<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
html{ font:normal 62.5%/2.3em "微软雅黑",Arial;}
body{ margin:0px; padding:0px; margin:0px auto; font-size:1.2em; color:#414446; width:100%; zoom:1; overflow-x:hidden;}
ul,li,form, dl,dt,dd, div{ padding: 0px; margin: 0px;}
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#414446;}
input:focus { outline: none;}
input,button,select,textarea{outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/ }
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/ }
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,figcaption{ display: block;} /*html5设置*/
figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{ border:none; border:0; vertical-align:top; max-width:100%;}
a{ color:#868686; text-decoration:none; noline:-webkit-tap-highlight-color:rgba(0,0,0,0);}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#014375;}
.clear{ clear:both; height:0px; overflow:hidden;}
ul li{ list-style-type:none;}
em{ font-style:normal;}
.Texthide{ display:none;}

.Contain{}
.Content{ min-height:500px;}
.SinglePage{ text-justify:inter-ideograph; text-align:justify; word-wrap:break-word; clear:both;}

.space{ width:100%; height:1em; clear:both; overflow:hidden; zoom:0;}
.clear{ clear:both; height:0px; overflow:hidden; zoom:0;}

.Main{ max-width:1280px; margin:0 auto;}
@media screen and (max-width:1220px){
.Main{ padding:0 10px; min-width:300px; max-width:auto;}
}
/*
 *  Owl Carousel - Core  插件样式如遇相同只留一份
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/*登录*/
.divLogin{ display:none; position:fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.5); z-index: 120; }
.divLogin .divLoginContent{ position:absolute; left: 50%; top: 50%; margin-left: -250px; margin-top:-129px;  width: 500px; background: #fff; border-radius: 4px;}
.divLogin .divLoginContent .a_close{position: absolute; top: 10px; right: 10px; width:35PX; height: 35px; background:url(../images/icon_close.png) no-repeat center center; }
.divLogin .divLoginContent ul{ padding:20px 30px; }
.divLogin .divLoginContent ul li{ overflow: hidden; padding-bottom: 10px;}
.divLogin .divLoginContent ul li span{ display: block; float: left; font-size: 1.333em; color: #333;}
.divLogin .divLoginContent ul li .title{ float: none; text-align: center; font-size: 2em; color: #d1292e; padding-bottom: 15px; }
.divLogin .divLoginContent ul li .span1{ width:25%; text-align: right; line-height: 42px;}
.divLogin .divLoginContent ul li .span2{ width:73%;}
.divLogin .divLoginContent ul li .span3{ width:65%;padding-right: 5%;  }
.divLogin .divLoginContent ul li .span4{width: 30%; display:inline-block;}
.divLogin .divLoginContent ul li .span4 img{height: 40px;}
.divLogin .divLoginContent ul li .span2 .text,.divLogin .divLoginContent ul li .span3 .text{ width: 100%; border: #efefef 1px solid; height: 40px; line-height: 40px; padding-left:10px;}
.divLogin .divLoginContent ul li .a_login{ display: block; width: 120px; height:42px; line-height: 42px; border-radius: 4px; background:#d1292e; color: #fff; font-size: 1.5em; text-align: center; margin: 10px auto 0 auto;  }

@media screen and (max-width:640px){
.divLogin .divLoginContent{ width: 90%; margin-left: 0; left: 10%; margin-top: -151px;}
.divLogin .divLoginContent ul li{ padding-bottom: 0;    text-align: -webkit-center; }
.divLogin .divLoginContent ul li .span1,.divLogin .divLoginContent ul li .span2{ float: none; width: 90%; padding:0 5%; text-align: left;}
.divLogin .divLoginContent ul li .imgcode{ width:29%;}
.divLogin .divLoginContent ul li .a_login{ margin:0 !important; width:80px;}
}
/*登录*/

/*注册*/
.divRegister{ display:none; position:fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.5); z-index: 120; }
.divRegister .divLoginContent{ position:absolute; left: 50%; top: 50%; margin-left: -250px;   width: 500px; background: #fff; border-radius: 4px; transform: translateY(-50%);}
.divRegister .divLoginContent .a_close{position: absolute; top: 10px; right: 10px; width:35PX; height: 35px; background:url(../images/icon_close.png) no-repeat center center; }
.divRegister .divLoginContent ul{ padding:20px 30px; }
.divRegister .divLoginContent ul li{ overflow: hidden; padding-bottom: 10px;}
.divRegister .divLoginContent ul li span{ display: block; float: left; font-size: 1.333em; color: #333;}
.divRegister .divLoginContent ul li .title{ float: none; text-align: center; font-size: 2em; color: #d1292e; padding-bottom: 15px; }
.divRegister .divLoginContent ul li .span1{ width:25%; text-align: right; line-height: 42px;}
.divRegister .divLoginContent ul li .span2{ width:73%;}
.divRegister .divLoginContent ul li .span3{ width:65%;padding-right: 5%;  }
.divRegister .divLoginContent ul li .span4{width: 30%; display:inline-block;}
.divRegister .divLoginContent ul li .span4 img{height: 40px;}

.divRegister .divLoginContent ul li .span2 .text,.divRegister .divLoginContent ul li .span3 .text{ width: 100%; border: #efefef 1px solid; height: 40px; line-height: 40px; padding-left:10px;}
.divRegister .divLoginContent ul li .a_login{ display: block; width: 120px; height:42px; line-height: 42px; border-radius: 4px; background:#d1292e; color: #fff; font-size: 1.5em; text-align: center; margin: 10px auto 0 auto;  }

@media screen and (max-width:640px){
.divRegister .divLoginContent{ width: 80%; margin-left: 0; left: 10%; margin-top: -277px;}
.divRegister .divLoginContent ul li{ padding-bottom: 0; }
.divRegister .divLoginContent ul li .span1,.divRegister .divLoginContent ul li .span2{ float: none; width: 90%; padding:0 5%; text-align: left;}

}
/*注册*/

/*投诉建议*/
.divSuggest{ padding:20px;}
.divSuggest ul li{ padding:10px 0;}
.divSuggest ul li .text{ width: 100%; border: #efefef 1px solid; height: 40px; line-height: 40px; padding:0 10px;     box-sizing: border-box; font-family:"微软雅黑";}
.divSuggest ul li .text2{ line-height:24px; height:144px;}
.divSuggest ul li .btn{ display: block; width: 120px; height:42px; line-height: 42px; border-radius: 4px; background:#d1292e; color: #fff; font-size: 1.5em; text-align: center; margin: 10px auto 0 auto;  }
/*投诉建议*/

/*黑名单查询*/
.divBlackList{ display:none; position:fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.5); z-index: 120;}
.divBlackList .divBlackContent{ position:absolute; left: 50%; top: 50%; margin-left: -250px; margin-top:-172px;  width: 500px; background: #fff; border-radius: 4px; padding:30px; box-sizing:border-box;}
.divBlackList .divBlackContent .a_close{position: absolute; top: 10px; right: 10px; width:35PX; height: 35px; background:url(../images/icon_close.png) no-repeat center center; }
.divBlackList .divBlackContent .title{ display:block; text-align: center; font-size: 2em; color: #d1292e; padding-bottom: 26px; }
.divBlackList .divBlackContent .divInput{ padding-right:120px; position:relative;}
.divBlackList .divBlackContent .divInput .text{ width: 100%; border: #efefef 1px solid; height: 40px; line-height: 40px; padding:0 10px; box-sizing:border-box; font-size:1.167em; font-family:"微软雅黑";}
.divBlackList .divBlackContent .divInput .btn_search_list{display: block; width: 110px; height:40px; line-height: 40px; border-radius: 4px; background:#d1292e; color: #fff; font-size: 1.5em; text-align: center; position:absolute; top:0; right:0; }

@media screen and (max-width:640px){
.divBlackList .divBlackContent{ width: 80%; margin-left: 0; left: 10%; margin-top: -193px;}
}


.divBlackContentList{ padding:5% 30px;}
.divBlackContentList .title{ display:block; text-align: center; font-size: 2em; color: #d1292e; padding-bottom: 26px; }
.divBlackContentList .divInput{ padding-right:120px; position:relative;}
.divBlackContentList .divInput .text{ width: 100%; border: #efefef 1px solid; height: 40px; line-height: 40px; padding:0 10px; box-sizing:border-box; font-size:1.167em; font-family:"微软雅黑";}
.divBlackContentList .divInput .btn_search_list{display: block; width: 110px; height:40px; line-height: 40px; border-radius: 4px; background:#d1292e; color: #fff; font-size: 1.5em; text-align: center; position:absolute; top:0; right:0; }
/*黑名单查询*/

/*右侧菜单*/
.divTopMenuBg{ display:none; position:fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.8); z-index: 120;}
.divTopMenu{ position:absolute;top:0; right:0; width:300px; height:100%; background:#333333; color:#ffffff; overflow-y: scroll;}
.divTopMenu .a_close{ position:absolute; top:30px; right:40px; width:36px; height:36px; line-height:36px; text-align:center; color:#fff; border:#fff 1px solid;}
.divTopMenu .divTopMenuContent{ padding-left:40px; padding-top:34px; padding-bottom:34px;}
.divTopMenu .divTopMenuContent .divTitle{ font-size:2em; color:#fff; line-height:34px; margin-bottom:30px;}
.divTopMenu .divTopMenuContent dl{ float:left; width:50%; /*width:125px;*/ margin-bottom:28px;}
.divTopMenu .divTopMenuContent dl a:hover{ color:#d1292e;}
.divTopMenu .divTopMenuContent dl dt{ font-size:1.333em; color:#fff; margin-bottom:6px;}
.divTopMenu .divTopMenuContent dl dt span{ border-bottom:#fff 1px solid; display:inline-block; line-height:30px;}
.divTopMenu .divTopMenuContent dl dd a{ font-size:1.167em; color:#d0d0d0; display:inline-block; line-height:28px;}

.divTopMenu .divInformation{ border-top:#717171 3px solid; padding-right:40px;}
.divTopMenu .divInformation .span1{ display:block; font-size:1.5em; color:#fff; line-height:26px;}
.divTopMenu .divInformation .span2{ display:block; color:#e0e0e0; font-size:1.167em; line-height:24px;}
.divTopMenu .divInformation .span3{ display:block; line-height:70px;}
.divTopMenu .divInformation .span4{ display:inline-block; font-family:Arial; font-size:5em; color:#fff;}
.divTopMenu .divInformation .span5{ display:inline-block; font-family:Arial; font-size:1.5em; color:#fff;}
/*右侧菜单*/

/**提示**/
#unav-browser-tip{ display: none; margin:15px auto; }
#unav-browser-tip .tip-info{ text-align: center; border:1px solid #dfdfdf; padding:3px 15px; }
#unav-browser-tip .tip-info span{ display: inline-block; }
#unav-browser-tip .tip-info a:hover{ color:#d1292e; }

/*top.html*/
.Top{ background:#fff; position:relative;}
.Top .Main{ min-height:82px;}
.divlogo{ float:left; margin-top:20px; /* position:absolute; left:0px; top:0px; height:100%;*/}
.divlogo .logo{ display:table; height:100%;}
.divlogo .a_logo{ display:table-cell; vertical-align:middle;}
.divlogo .a_logo img{ width:160px;}

.divTopRightMenu{ float:right; margin-left:3.5%;}
.divTopRightMenu .divBox{ float:right; margin-left:4px; position:relative; margin-top:22px;}
.divTopRightMenu .span_img{ display:inline-block; width:36px; height:36px; text-align:center; border:#cccccc 1px solid; line-height:36px; cursor:pointer;}
.divTopRightMenu .span_img:hover{}
.divSearch{}
.divSearch .span_img{ background:url(../images/icon_search.png) no-repeat center center;}
.divSearch img{ vertical-align:middle;}
.divSearch .divSearchBox{display:none; position:absolute; top:36px; right:0; z-index:5; background:#206eb9; border-top:#d1292e 1px solid; background:#fff;}
.divSearch .SreachBox{  width:364px;  padding-left: 16px; height:48px; line-height:48px; overflow:hidden;}
.divSearch .SreachBox .sreach_btn{ width:40px; height:48px; display:block; float:right; background:url(../images/icon_search.png) no-repeat center center;}
.divSearch .SreachBox .sreach_ipu{ width:320px; height:48px; line-height:48px; border:0px; background:none; color:#3c3c3c; font-family:"微软雅黑";}
.divSearch:hover .span_img{ border: #d1292e 1px solid; background:#d1292e url(../images/icon_search_on.png) no-repeat center center;}
.divSearch:hover .divSearchBox{ display:block;}

.divLanguage .span_img{ font-size:14px; font-family:Arial; color:#999; font-weight:bold;}
.divLanguage .span_img:hover{border: #d1292e 1px solid; background:#d1292e; color: #fff;}
.divIconMenu{ display: block; }
.divIconMenu .span_img{ background:url(../images/icon_menu.png) no-repeat center center;}
.divIconMenu:hover .span_img{border: #d1292e 1px solid; background:#d1292e url(../images/icon_menu_on.png) no-repeat center center}


.MainNav{ float:right;}
.MainNav ul li{ float:left; position:relative;}
.MainNav ul li .navA{ display:block; padding:0 20px; color:#3c3c3c; line-height:83px; font-size:1.333em; text-align:center;}


.MainNav ul li .divDown{ display:none; position:absolute; left:0; top:100%; z-index:5; width:1200px; line-height:70px; background:#333333; }
.MainNav ul li .divDown dl{ font-size:1.167em;}
.MainNav ul li .divDown dd{ display:block; float:left; padding:0 20px;}
.MainNav ul li .divDown dd .navDD{ font-size:1.167em; color:#b7b7b7;}

.MainNav ul li#nav6 .divDown,.MainNav ul li#nav7 .divDown{ left:auto; right:0;}
.MainNav ul li#nav6 .divDown dd,.MainNav ul li#nav7 .divDown dd{  float:right;}

.MainNav ul li:hover .navA{ /*background:#d1292e;color:#fff;*/ background: #CC2C2C !important;color: #fff;}
.MainNav ul li.onnav .navA {background: url(../images/nav_bg.png) repeat-x center 68px;}
.MainNav ul li:hover .divDown{ display:block;}
.MainNav ul li .divDown dd:hover .navDD{ color:#d1292e;}

.MainNav .divMenuDownBg{ display:none; position:absolute; left:0px; top:100%; width:100%; height:70px; background:#333333; z-index:4;}


/*手机站菜单按钮*/
/*.navbar-toggle{ position:absolute; top:50%; right:11px; margin-top:-18px; padding: 10px 11px; background-color: transparent; background-image: none; border: 1px solid transparent; border-color: #ddd; cursor:pointer; display:none;}
.navbar-toggle .icon-bar{display: block; width: 12px; height: 2px; border-radius: 1px; background-color: #888; margin-top: 4px;}
.navbar-toggle:hover{ background:#ddd;}*/

.topClear{ display: none; }

@media screen and (max-width:1220px){
.divlogo{left: 10px; height: auto; }
}
@media screen and (max-width:1060px){
.divlogo { top: 22px; }
.topClear{ display: block; }

.MainNav{ float: none; width: 100%; margin-top: 10px; }
.MainNav ul li{ width: 14.2%;  }
.MainNav ul li .navA{ line-height: 50px; padding: 0 10px;}

.MainNav ul li .divDown{ display:none !important;}
.MainNav .divMenuDownBg{ display:none !important;}
}
@media screen and (max-width:640px){
.divSearch .divSearchBox{right: -84px;}
}
/*top.html*/

/*banner*/
.HomeBan a{ width:100%; display:block; position:relative;overflow: hidden !important;}
.HomeBan a .divWeb{ display:block;}
.HomeBan a .divWap{ display:none;}
.divHomeBan{ position:absolute; left:0; bottom:0; width:100%; color:#fff; background:#000; opacity:0.6;}
.divHomeBan .divBan { position: relative; padding: 2.5% 130px 2.5% 2px;}
 
.divHomeBan .divBan .divSpan .conf{ display:block; font-size:2.333em; margin-top:6px; line-height: 1.4; width: 100%; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}

.HomeBan .divTab{ position: absolute; left: 0; bottom: 50px; width: 100%;  text-align: right;}
.HomeBan .divTab .Main{ height: 24px;  position: relative;}
.HomeBan .swiper-pagination { line-height: 24px; right: 0;}
.HomeBan span.swiper-pagination-bullet{ width:10px; height:10px; cursor:pointer; border:#fff 1px solid; border-radius:5px; background:transparent;opacity:1; margin-left: 8px;}
.HomeBan span.swiper-pagination-bullet-active{ background:#fff;}

@media screen and (max-width:1220px){
.HomeBan .swiper-pagination{right: 10px; }
}

.Banner img{ visibility:hidden;}
/*banner*/

/*bottom.html*/
.divRightRoll{position:fixed; right:0; bottom:10%; width: 60px; z-index: 12;}
.divRightRoll div{ width: 58px; height: 58px; border: #ccc 1px solid; margin-bottom: 1px; cursor:pointer; }
.divRightRoll .divPhone{  background:#fff url(../images/icon_index_phone.jpg) repeat center center; position:relative; }
.divRightRoll .divPhone:hover{ border: #da241b 1px solid; background:#da241b url(../images/icon_index_phone_on.jpg) repeat center center; }
.divRightRoll .divPhone .divTitle{ display:none; position:absolute; right:58px; top:-1px; height:100%; padding:0 20px 0 34px; line-height:60px; font-size:1.167em; color:#fff; border: #da241b 1px solid; background:#da241b; }
.divRightRoll .divPhone:hover .divTitle{ display:block;}
.divRightRoll .divPhone:hover .divTitle a{ color: #fff;}
.divRightRoll .divSina{  background:#fff url(../images/icon_index_sina.jpg) repeat center center; position:relative; }
.divRightRoll .divSina .divImg{ display:none; position:absolute; right:60px; top:50%; margin-top:-70px; width:140px; border:#eee 1px solid;}
.divRightRoll .divSina .divImg img{ width:100%;}
.divRightRoll .divSina:hover{ border: #da241b 1px solid; background:#da241b url(../images/icon_index_sina_on.jpg) repeat center center; }
.divRightRoll .divSina:hover .divImg{ display:block;}
.divRightRoll .divWeixin{  background:#fff url(../images/icon_index_weixin.jpg) repeat center center; }
.divRightRoll .divWeixin .divImg{ display:none; position:absolute; right:60px; top:50%; margin-top:-70px; width:140px; border:#eee 1px solid;}
.divRightRoll .divWeixin .divImg img{ width:100%;}
.divRightRoll .divWeixin:hover{ border: #da241b 1px solid; background:#da241b url(../images/icon_index_weixin_on.jpg) repeat center center; }
.divRightRoll .divWeixin:hover .divImg{ display:block;}
.divRightRoll .divEdit{  background:#fff url(../images/icon_index_edit.jpg) repeat center center; position:relative;}
.divRightRoll .divEdit:hover{ border: #da241b 1px solid; background:#da241b url(../images/icon_index_edit_on.jpg) repeat center center; }
.divRightRoll .divEdit .a_edit{ display:block; width:100%; height:100%;}
.divRightRoll .divEdit .divTitle{ display:none; position:absolute; right:58px; top:-1px; height:100%; padding:0 20px 0 34px; line-height:60px; font-size:1.167em; color:#fff; border: #da241b 1px solid; background:#da241b; }
.divRightRoll .divEdit:hover .divTitle{ display:block;}
.divRightRoll .toTop{  background:#fff url(../images/icon_index_toup.jpg) repeat center center; }
.divRightRoll .toTop:hover{ border: #da241b 1px solid; background:#da241b url(icon_index_toup_on.jpg) repeat center center; }


.Bottom{ background:#f1f4f9  url(bottom_bg.jpg) repeat left top;  /*padding:3.5% 0 5%;*/}
.Bottom .BottomLinks{
display: -moz-box; /* Firefox */ 
display: -ms-flexbox; /* IE10 */ 
display: -webkit-box; /* Safari */ 
display: -webkit-flex; /* Chrome, WebKit */ 
display: box; 
display: flexbox; 

display: flex;
padding-top: 3%;
padding-bottom: 6%;
}
.Bottom .BottomLinks .divBox_dl{ 
	width: 12%;float: left;


}
.Bottom .BottomLinks dl{  border-left:#454545 1px solid;  padding:0 16px;}
.Bottom .BottomLinks dl dt{ font-size:1.333em; color:#e0e0e0; margin-bottom:12px;}
.Bottom .BottomLinks dl dd a{ display:block; font-size:1.167em; color:#888888; line-height:30px;}
.Bottom .BottomLinks dl{ padding-right:0; min-width:90px;}
.Bottom .BottomLinks dl dd a:hover{ color:#d1292e;}

.Bottom .btRight{
	width: 20%;float: left;
}
.Bottom .btRight .span_title{ font-size:1.333em; color:#e0e0e0; margin-bottom:12px;}
.Bottom .btRight .divBottomSearch .SreachBox{ background-color: transparent; padding-left: 22px; padding-right: 78px; position: relative;  border: #4f4f4f 1px solid;  margin-top: 36px;}
.Bottom .btRight .divBottomSearch .SreachBox .sreach_btn{ position: absolute; top: 0px; right: 0; display: block; background-color: #da241b; font-size: 1.167em; color: #ffdfc6; text-align: center; line-height: 37px; width: 72px; }
.Bottom .btRight .divBottomSearch .SreachBox .sreach_ipu { width: 100%; color: #828282; font-size: 1.167em; height: 37px; line-height: 37px; }
.Bottom .btRight .lineBt{ margin-top:12px; margin-bottom:12px; width:100%; }  
.Bottom .btRight .lineBt span.tit{ font-size:1.167em; color:#838383; line-height:24px;}
.Bottom .btRight .lineBt span.phone{ font-size:1.5em; color:#da241b;  line-height:28px; font-style:oblique; font-weight: bold;}

.Bottom .lineBottomLinks{ display:none;}
.Bottom .lineBottomLinks2{ display:none;}

.BottomBt{ color:#868686; padding:14px 0; line-height:30px; border-top:#454545 1px solid; font-size: 1.167em;}
.BottomBt .CopyRight{ float:right; color:#989898;}
.BottomBt .CopyRight a{ text-decoration: underline; color:#989898; }
.BottomBt .CopyRight a:hover{ color:#d1292e;}
.BottomBt .links{ float:left;}
.BottomBt .links a{ display:inline-block; color:#868686;}
.BottomBt .links a:hover{ color:#d1292e;}
.BottomBt .links em{ display:inline-block; margin:0 17px; color:#868686; line-height:12px; vertical-align:middle; overflow:hidden;}

.BottomBt .divWeinxin{ display: inline-block; position: relative; vertical-align: middle; margin-left: 15px; height: 30px;}
.BottomBt .divWeinxin .span_weixin{display:inline-block; width:30px; height:30px; background:url(../images/icon_weixin_bt.png) no-repeat center center;}
.BottomBt .divWeinxin:hover .span_weixin{ background:url(../images/icon_weixin_bt_on.png) no-repeat center center;}
.BottomBt .divWeinxin .divImg{ position: absolute; bottom: 32px; left: 50%; margin-left: -70PX; display: none; width: 140px;}
.BottomBt .divWeinxin .divImg img{ max-width: 140px; }
.BottomBt .divWeinxin:hover .divImg{ display:block;}
.BottomBt .divSina{  display: inline-block; position: relative; vertical-align: middle; margin-left: 15px; height: 30px;}
.BottomBt .divSina .span_Sina{display:inline-block; width:30px; height:30px; background:url(../images/icon_sina_bt.png) no-repeat center center;}
.BottomBt .divSina:hover .span_Sina{ background:url(../images/icon_sina_bt_on.png) no-repeat center center;}
.BottomBt .divSina .divImg{ position: absolute; bottom: 32px; left: 50%; margin-left: -70PX;  display:none; width: 140px}
.BottomBt .divSina .divImg img{ max-width: 140px; }
.BottomBt .divSina:hover .divImg{ display:block; }
/*.BottomBt .divTongji{ display: inline-block; position: relative; vertical-align: middle; margin-left: 5px; height: 30px; line-height: 30px; width: 30px; font-size: 12px; color:rgba(112,112,112,0.9); background-color:rgba(54,54,54,0.9); border:1px solid #383838; border-radius: 50%; text-align: center; }*/
.BottomBt .divTongji{ display: none; position: relative; vertical-align: middle; margin-left: 5px; height: 30px; line-height: 30px; width: 30px; font-size: 12px; color:rgba(112,112,112,0.9); background-color:rgba(54,54,54,0.9); border:1px solid #383838; border-radius: 50%; text-align: center; cursor: pointer; }
.BottomBt .divTongji:hover{ background-color: #da241b; color:#fff; }
a[title='站长统计'] img{ display: block; }


@media screen and (max-width:1050px){
.divRightRoll{ display:none !important;}
}

/*bottom.html*/

/*silde*/
.CurrentCont .Main{ border-bottom: #ededed 1px solid; padding-top: 15px;}
.Current{ float: left; color:#758ba0;font-size:1.167em; line-height:42px;  }
.Current div{ display: inline-table;}
.Current a{ color:#313131; }
.Current a:hover{ color:#d22f34;}
.Current span{ color:#d22f34;}

.Silderbar{ float:right; position:relative; z-index:99;}

.Menu .MenuList{ margin-bottom: -1px; }
.Menu .MenuList ul li{ float:left;}
.Menu .MenuList ul li:last-of-type{ margin-right: 0; }
.Menu .MenuList ul em{ float:left; line-height: 30px; color: #e2e2e2; margin:0 20px; }
.Menu .MenuList ul em:last-of-type{ display: none;}
.Menu .MenuList ul li a{ display:block;  height:30px; line-height:30px; text-align:center; font-size:1.333em; color: #313131; padding: 0 10px 15px 10px;}
.Menu .MenuList ul li a span{}
.Menu .MenuList ul li:hover a,.Menu .MenuList ul li.onmenu a{ padding-bottom: 13px; border-bottom: #d22f34 2px solid; color:#d22f34;}

@media screen and (max-width:1024px){
.Menu .MenuList{ position:static;}
}
@media screen and (max-width:480px){
	.Menu .MenuList ul li a{ padding:0 4px 15px 4px;height: 20px;}
	.Menu .MenuList ul em{ margin: 0 0px;}
	.Menu .MenuList ul li a{ font-size: 1.08em;}
}
/*slide*/

/*pages*/
.Pages{ padding:5% 0 ; zoom:1; overflow:hidden; color:#333; text-align:center; display:block;}

.Pages span{ padding:0px 3px; display:inline-block;}
.Pages a{ display:inline-block; padding:0 14px; height:33px; line-height:33px; text-align:center; float:left; border:solid 1px #ededed; margin: 0 5px;}
.Pages .p_page{ text-align: center; }
.Pages .p_page .a_prev{ width: 38px; padding:0; margin-right: 10px; background: url(../images/PagePrev.png) no-repeat center;text-indent: -999em;}
.Pages .p_page .a_next{ width: 38px; padding:0; margin-left: 10px; background: url(../images/PageNext.png) no-repeat center;text-indent: -999em;}
.Pages .p_page .a_prev:hover{ width: 38px; padding:0; background: url(../images/PagePrevHover.png) no-repeat center #d1292e;}
.Pages .p_page .a_next:hover{ width: 38px; padding:0; background: url(../images/PageNextHover.png) no-repeat center #d1292e;}
.Pages .p_page em{ font-style:normal; font-family:Arial;}
.Pages .p_page em a{ height:33px; line-height:33px; text-align:center; border:solid 1px #ededed; font-size:14px; margin: 0; }
.Pages .p_page a:hover{color:#fff;background:#d1292e;}
.Pages .p_page em a.a_cur{ color:#fff;background:#d1292e;}
.Pages .p_page .em_num{ display:none;}
.Pages .p_page .a_first,.Pages .p_page .a_end{ padding: 0 20px; font-size:14px;  }
/*pages end*/


/*index*/
.homeNews .Main{ padding-top: 2%; padding-bottom:2.8%; }
.homeNews .divLeft{ float: left; width: 35%; cursor: pointer;}
.homeNews .divLeft .divLeader ul li img{ width: 100%; }
.homeNews .divLeft .divLeader ul li .divInfo .divTitle{ border-bottom: #dddddd 1px solid;}
.homeNews .divLeft .divLeader ul li .divInfo .divTitle span{ margin-top: 8px; display: inline-block; font-size: 1.833em; color: #333; line-height: 43px; background:url(../images/icon_down.png) no-repeat center bottom; padding-bottom: 11px; position: relative; margin-bottom: -11px; }
.homeNews .divLeft .divLeader ul li .divInfo .info { margin-top: 11px; }
.homeNews .divLeft .divLeader ul li .divInfo .info .tit{  display: block; font-size: 1.333em; color: #333; line-height: 34px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.homeNews .divLeft .divLeader ul li .divInfo .info .tit:hover{ color:#da241b;}
.homeNews .divLeft .divLeader ul li .divInfo .info .p{ font-size: 1.167em; color: #888; line-height: 24px; }
.homeNews .swiper-pagination{ position: static; text-align: right; line-height: 24px; }
.homeNews span.swiper-pagination-bullet{ width:11px; height:11px; cursor:pointer; margin-left: 8px; background-color: #9f9f9f;}
.homeNews span.swiper-pagination-bullet-active{ background:#da241b;}

.homeNews .divRight{ float: right; width: 61.5%; }
.homeNews .divRight .divSpans { overflow: hidden; border-bottom: #f0f0f0 1px solid;}
.homeNews .divRight .divSpans .div{ float: left; overflow: hidden;}
.homeNews .divRight .divSpans .div span{ float: left; display: block; margin-right: 22px; font-size: 1.5em; color: #666; line-height: 30px; padding-bottom: 5px;  cursor: pointer;}
.homeNews .divRight .divSpans .div span.on{ color: #da241b; border-bottom: #da241b 2px solid; line-height: 28px;}
.homeNews .divRight .divSpans .more{ display: none; float: right; width: 78px; height:22px; text-align: center; line-height: 22px; border:#ccc 1px solid; font-size: 1.167em; color: #999; }
.homeNews .divRight .divSpans .more:hover{ background:#da241b; color:#fff; border:#da241b 1px solid;}

.homeNews .divRight .divTab{}
.homeNews .divRight .divTab .divBox{ display: none;}
.homeNews .divRight .divTab .divHomeNewsTop{ padding-top: 22px; padding-bottom: 22px; border-bottom: #e6e6e6 1px solid;    min-height: 70px;}
.homeNews .divRight .divTab .divHomeNewsTop .divLocation{ position: relative; padding-left: 110px;}
.homeNews .divRight .divTab .divHomeNewsTop .divInfo .tit{font-size: 1.333em; line-height: 34px; color: #da241b; display: block; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.homeNews .divRight .divTab .divHomeNewsTop .divInfo .p{font-size: 1.167em; line-height: 24px; color: #888; max-height: 72px; overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical; position: relative;}

.homeNews .divRight .divTab .divHomeNewsTop .divInfo .p .MoreHX{ /*display: inline-block;*/display: none;
	height: 14px;width: 40px; background:url(../images/morexh.png) no-repeat right bottom;
}
.homeNews .divRight .divTab .ul_homeNews{}
.homeNews .divRight .divTab .ul_homeNews li{ padding: 15px 0; position: relative;  border-bottom: #e6e6e6 1px solid; min-height: 54px;}
.homeNews .divRight .divTab .ul_homeNews li .divLocation{ position: relative; padding-left: 110px; padding-right: 90px;}
.homeNews .divRight .divTab .ul_homeNews li .divInfo{ width: 100%; }
.homeNews .divRight .divTab .ul_homeNews li .divInfo .divCont{ display:table; width: 100%; min-height: 74px; }
.homeNews .divRight .divTab .ul_homeNews li .divInfo .divCont a{ display:table-cell; vertical-align: middle; font-size:1.333em; color:#333;}
.homeNews .divRight .divTab .ul_homeNews li .divInfo .divCont a:hover{ color:#da241b;}
.homeNews .divRight .divTab .ul_homeNews li .more{ position: absolute; right: 0; top: 50%; margin-top: -12px; display:block; width: 78px; height:22px; text-align: center; line-height: 22px; border:#ccc 1px solid; font-size: 1.167em; color: #999;}
.homeNews .divRight .divTab .ul_homeNews li .more:hover{background:#da241b; color:#fff; border:#da241b 1px solid;}
.homeNews .divRight .divTab .divTime{ width: 80px; position: absolute; left: 0; top: 0; text-align: right;}
.homeNews .divRight .divTab .divTime .data{ display: block; border-bottom: #f0f0f0 1px solid; font-size: 3em; color:#da241b; line-height: 1.38;}
.homeNews .divRight .divTab .divTime .year{ display: block; font-size: 1.167em; color: #666;  line-height: 24px; }




.homeNews .divRight .divTab .ul_homeNews li .a_download{background:url("../images/icon_download.png") no-repeat scroll center center;border-left: 1px solid #ededed;width: 78px;height: 100%;position: absolute;right: 0;text-align: right;top: 0;}
.homeNews .divRight .divTab .ul_homeNews li .a_download span {display: inline-block;height: 100%;line-height: 73px;}
.homeNews .divRight .divTab .ul_homeNews li .a_download:hover{background-image:url("../images/icon_download_on.png")}



.divHomeTitle{}
.divHomeTitle .title{ display: block; font-size: 2.5em; color: #333; text-align: center; line-height: 1.3; }
.divHomeTitle .info{ display: block; font-size: 1.167em; color: #888; text-align: center; line-height: 24px; }
.divHomeTitle .line{display: block; width: 61px; margin:0 auto; height: 0; line-height: 2px; border-bottom: #da241b 2px solid; margin-top:9px;}

.homeBusiness{ background-color: #f6f6f6; }
.homeBusiness .Main{ padding-top: 1.5%; }
.homeBusiness .divHomeBusiness{ padding-top: 1%; padding-bottom: 4.5%;position: relative; }
.homeBusiness .divHomeBusiness ul { width: 100%; z-index: 1; }
.homeBusiness .divHomeBusiness ul li{ width:100%; margin:0;}
.homeBusiness .divHomeBusiness ul li a{ display: block;z-index: 1; overflow: hidden; }
.homeBusiness .divHomeBusiness ul li a figure{display: block; position: relative;}
.homeBusiness .divHomeBusiness ul li .img{ width: 100%; }
.homeBusiness .divHomeBusiness ul li .title{ display: block; text-align: center; font-size: 1.5em; color: #333; line-height: 3.16; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
/*.homeBusiness .divHomeBusiness .swiper-button-prev,
.homeBusiness .divHomeBusiness .swiper-button-next{opacity: 0.8 !important; width: 60px; text-align: center; line-height: 61px;  height: 61px;  z-index: 10;   margin-top: -30px;position: absolute;top: 50%
}
.homeBusiness .divHomeBusiness .swiper-button-prev{ 
	left: 0;  background: #fff url(../images/icon_home_prev.png) no-repeat center center;}
.homeBusiness .divHomeBusiness .swiper-button-next{ 
	right: 0;background: #fff url(../images/icon_home_next.png) no-repeat center center;}*/

.homeBusiness .owl-carousel .owl-nav.disabled,
.homeBusiness .owl-carousel .owl-dots.disabled{display: block;}
.homeBusiness .owl-nav .owl-prev,
.homeBusiness .owl-nav .owl-next{opacity: 0.8 !important; width: 60px; text-align: center; line-height: 150px;  height: 61px;  z-index: 10;   margin-top: -30px;position: absolute;top: 50%;overflow: hidden;}
.homeBusiness .owl-nav .owl-prev{ 
	left: 0;  background: #fff url(../images/icon_home_prev.png) no-repeat center center;}
.homeBusiness .owl-nav .owl-next{ 
	right: 0;background: #fff url(../images/icon_home_next.png) no-repeat center center;}




.homeBusiness .swiper-pagination{ position: static; text-align: center; line-height: 24px; padding-top: 2%;}
.homeBusiness span.swiper-pagination-bullet{ width:11px; height:11px; cursor:pointer; margin-left: 8px; background-color: #9f9f9f;}
.homeBusiness span.swiper-pagination-bullet-active{ background:#da241b;}
.homeBusiness .divHomeBusiness ul li a:hover .divInformation{opacity: 1; transition: all 0.7s; -webkit-transition: all 0.7s; -moz-transition: all 0.7s; -ms-transition: all 0.7s; -o-transition: all 0.7s;}
.homeBusiness .divHomeBusiness ul li a .divInformation{opacity: 0;  position: absolute; left: 0; top: 0px; z-index: 3; width: 100%; height: 100%; background-color:rgba(0,0,0,0.75); }
.homeBusiness .divHomeBusiness ul li a .divInformation .divInformationBox{ display: table; width: 96%; height: 96%; padding: 2%; }
.homeBusiness .divHomeBusiness ul li a .divInformation .divInformationBox .divInformationCont{ display: table-cell; text-align: center; color: #fff; vertical-align: middle; }
.homeBusiness .divHomeBusiness ul li a .divInformation .divInformationBox .divInformationCont img{ width:auto; max-width: 100%; /*width:40px;*/ height: 35px; margin:0 auto; }
.homeBusiness .divHomeBusiness ul li a .divInformation .divInformationBox .divInformationCont .bigTitle{ display: none; font-size: 2.5em; font-family: "宋体"; padding: 7px 0; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.homeBusiness .divHomeBusiness ul li a .divInformation .divInformationBox .divInformationCont .line{ display: block; width: 38px; margin:0 auto; height: 0; line-height: 1px; border-bottom: #fff 1px solid; margin-top: 13.7%; }
.homeBusiness .divHomeBusiness ul li a .divInformation .divInformationBox .divInformationCont .tit{ display: block; font-size: 1.5em; color: #fff; margin-top: 7px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}

.homeNumber {  background:#323232 url(homeBg.jpg) no-repeat center center; }
.homeNumber .Main{ padding-top: 5%;  padding-bottom: 7%;}
.homeNumber .divHomeTitle .title{ color: #fff; }
.homeNumber .divHomeTitle .info{ color: #ddd; }
.homeNumber .divHomeNumber{ }
.homeNumber .divHomeNumber .ul_number{overflow: hidden;
padding-top: 5%;}
.homeNumber .divHomeNumber .ul_number .li_number{
    border-right: #444 1px solid;
   float: left; 
padding-right: 24px;
    padding-left: 24px;
}
.homeNumber .divHomeNumber .ul_number .li_number:nth-child(1){
}
.homeNumber .divHomeNumber .ul_number .li_number:nth-child(4){
    }
.homeNumber .divHomeNumber .ul_number .li_number:last-of-type{ border-right: 0; }
.homeNumber .divHomeNumber .ul_number .li_number .num{ display: block; text-align: center; font-family: Arial; font-size: 7.5em; color: #da241b; line-height: 1; }
.homeNumber .divHomeNumber .ul_number .li_number .tit{ display: block; text-align: center; font-size: 1.333em; color: #fff; }

.homeStock .Main{ padding-top:3.8%; padding-bottom:3.8%;}
.homeStock .divStockRight{ float:right; width:47.5%;}
.homeStock .divStockRight .info{ padding-left: 100px; position:relative; }
.homeStock .divStockRight .time{ width: 80px; background-color: #da241b; color: #fff; text-align: center; font-family: Arial; position:absolute; top: 0; left: 0;}
.homeStock .divStockRight .time .year{ display: block; font-size: 1.167em; color: #fff; background-color: #c32018; line-height: 24px;}
.homeStock .divStockRight .time .date{ display: block; font-size: 4em; line-height: 56px; color: #fff;}
.homeStock .divStockRight .info .a_tit{ display:block; font-size:1.5em; color:#333; margin-bottom: 8px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; line-height:1.1;}
.homeStock .divStockRight .info .a_tit:hover{ color:#da241b;}
.homeStock .divStockRight .info .time{ display:block; font-size: 1.167em; color: #666; line-height: 4;}
.homeStock .divStockRight .info .p{ font-size: 1.167em; color: #999; overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}

.homeStock .divStockLeft{ float:left; width:50%;}
.homeStock .divStockLeft .divStock{
display: -moz-box; /* Firefox */ 
display: -ms-flexbox; /* IE10 */ 
display: -webkit-box; /* Safari */ 
display: -webkit-flex; /* Chrome, WebKit */ 
display: box; 
display: flexbox; }
.homeStock .divStockLeft .divStock .div{
	width: 33%;float: left;
}
.homeStock .divStockLeft .divStock .div .span1{ display:block; font-size:1.167em; color:#333;}
.homeStock .divStockLeft .divStock .div .span2{ display:block; font-size:2em; color:#343434; font-weight:bold;}
.homeStock .divStockLeft .divStock .div .span3{ display:inline-block;  }
.homeStock .divStockLeft .divStock .div .span3.green {color:Green;}
.homeStock .divStockLeft .divStock .div .span3.red {color:#da241b;}
.homeStock .divStockLeft .divStock .div .span4{ display:inline-block; font-size:0.5em; color:#da241b; }
.homeStock .divStockLeft .divStock .div .span4.green {color:Green;}
.homeStock .divStockLeft .divStock .div .span4.red {color:#da241b;}
.homeStock .divStockLeft .divStock .div .span5{ display:inline-block background:url(../images/icon_arrow.png) no-repeat right center; padding-right:16px;}

@media screen and (max-width:760px){
	.homeStock .divStockRight,.homeStock .divStockLeft{ float: none; width: 100%; }
	.homeStock .divStockRight{ padding-bottom:20px;}
	.homeBusiness .divHomeBusiness ul li{ margin:0;}
    }
/*index*/

/*about*/
.aboutContent{ padding: 4% 0 5% 0; }
.divRightContent{ float: right; width: 25%; }
.divRightContent ul li{ margin-bottom: 14px; }
.divRightContent ul li img{ width:100%; }

.divleftContent{ float: left; width: 70%; }
/*about end*/

/*histroy*/
.divHistory{ padding-left: 10px; }
.divHistory .divHistory_li{ padding-bottom: 4.17%; }
.divHistory .divThing{ font-size: 2.167em; line-height: 34px; padding-left: 44px; background:url(../images/icon_time.png) no-repeat left center; cursor: pointer; margin-bottom: 10px;}
.divHistory .divThing .spanTimes{ color: #d1292e; font-size: 0.92em; }
.divHistory .divThing .spanInfo{ color: #7c7c7c; font-size: 0.92em; }
.divHistory .divThing .bottomdirection  
{  
    width:0;height:0;  
    line-height:0;  
    border-width:7px 6px;  
    border-style:solid;  
    border-color: #d1292e transparent transparent transparent;  
    display: inline-block;
    margin: -3px 15px;
} 
.divHistory .divThing .topdirection  
{  
    border-color: transparent transparent #d1292e transparent; 
    margin: 3px 15px;
} 
.divHistory .divTimeList{ margin-left: 12px; padding-top: 3.6%; border-left:#e3e3e3 1px solid;}
.divHistory .divTimeList .divTimeList_dl{ display: none; margin-left: -7px;}
.divHistory .divTimeList .divTimeList_dd{display: -moz-box; /* Firefox */ 
display: -ms-flexbox; /* IE10 */ 
display: -webkit-box; /* Safari */ 
display: -webkit-flex; /* Chrome, WebKit */ 
display: box; 
display: flexbox; 
padding:15px 0; position:relative;}
.divHistory .divTimeList .divTimeList_dd .spanYear{-webkit-box-flex: 0;-ms-flex: 0;-webkit-flex: 0;flex: 0; display: block; color: #d1292e; font-size: 1.167em; padding-left: 34px; background:url(../images/icon_year.png) no-repeat left 6px; white-space: nowrap; line-height: 24px; /*line-height: 47px;*/ position:absolute;}
.divHistory .divTimeList .divTimeList_dd .divInfo{ -webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;  font-size: 14px; padding-left:100px;}
.divHistory .divTimeList .divTimeList_dd .divInfo p{ margin: 0; line-height: 24px;}
/*histroy*/

/*team*/
.divTeamList{ padding-top: 5%; }
.divTeamList ul{}
.divTeamList ul li{ float: left; width:31.25%; margin-right: 3.125%; margin-bottom: 2%; }
.divTeamList ul li a{ display: block; }
.divTeamList ul li img{ width: 100%; }
.divTeamList ul li span{ display: block; text-align: center; }
.divTeamList ul li .span_name{ font-size: 1.5em; color: #212121; line-height: 28px; padding-top: 20px;}
.divTeamList ul li .span_info{ font-size: 1.333em; color: #adadad;  padding-bottom: 20px;overflow:  hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow:  ellipsis; }
.divTeamList ul li:hover .span_name{ color: #d1292e; }

.divTeamList .Pages{ padding-top: 0; }

.divUserBg{ display: none; position:fixed; top: 0; left: 0; width:100%; height: 100%; background-color: rgba(0,0,0,.72); z-index:100;}
.divUserBg .divUserBox{ background-color: #fff; margin-top: 10%; }
.divUserBg .divUserBox .divUserContent{ padding:5%; position: relative;}
.divUserBg .divUserBox .divUserContent .a_close{ position: absolute; top: 20px; right: 20px; width:35PX; height: 35px; background:url(../images/icon_close.png) no-repeat center center; z-index: 999; }
.divUserBg .divUserBox .divUserContent .divUserInfo{ position: relative; padding-left: 271px; }
.divUserBg .divUserBox .divUserContent .divUserInfo .divUserImg{ position: absolute; top:0; left: 0; height: 100%; }
.divUserBg .divUserBox .divUserContent .divUserInfo .divUserImg img{ width:271px; vertical-align: middle; }
.divUserBg .divUserBox .divUserContent .divUserInfo .divUserCont{ padding-left: 7%; }
.divUserBg .divUserBox .divUserContent .divUserInfo .divUserCont .span_name{ display: block; font-size: 2.167em; color: #212121; line-height: 1.2; padding-top: 20px;}
.divUserBg .divUserBox .divUserContent .divUserInfo .divUserCont .span_info{ display: block; font-size: 1.333em; color: #adadad;  padding-bottom: 20px;}
.divUserBg .divUserBox .divUserContent .divUserInfo .divUserCont .divInfo{ font-size: 1.167em; color: #212121; line-height: 30px; height: 160px; overflow-y: auto; padding-top:20px; }

.divTeamList .clear1{ display:block;}
.divTeamList .clear2{ display:none;}

@media screen and (max-width:767px){
	.divUserBg .divUserBox .divUserContent .divUserInfo{ padding-left: 0;}
	.divUserBg .divUserBox .divUserContent .divUserInfo .divUserImg{ position: static;}
	.divUserBg .divUserBox .divUserContent .divUserInfo .divUserCont{ padding: 20px 0 0 0;}
	.divUserBg .divUserBox .divUserContent .divUserInfo .divUserImg img{ max-height: 150px; width: auto;}
	.divUserBg .divUserBox{ margin-top: 0;}
}
/*team*/

/*partner*/
.divPartner{ padding:5% 0; }
.divPartner ul li{ float: left; width: 18%; margin-right: 2.5%; margin-bottom: 2%; }
.divPartner ul li a{ display: block;  border:#fff 1px solid; }
.divPartner ul li a:hover{ border:#d1292e 1px solid; }
.divPartner ul li a img{ width: 100%; }

@media screen and (max-width:1000px){
	.divPartner ul li{ float: left; width: 23.5%; margin-right: 2%; }
    }
@media screen and (max-width:760px){
	.divPartner ul li{ float: left; width: 48%; margin-right: 1%; margin-left: 1
		%; }
    }
/*partner*/

/*contact*/
.divContact { padding: 3.5% 0 6%; }
.divContact .divContact_ul { border-top: #ededed 1px solid; }
.divContact .divContact_ul .divContact_li { border-bottom: #ededed 1px solid; }
.divContact .divContact_ul .divContact_li .divTitle{ overflow: hidden; padding: 11px 8% 11px 20px; position: relative; cursor: pointer;}
.divContact .divContact_ul .divContact_li .divTitle span{ display: block; float: left; font-size: 1.333em; line-height: 30px; font-weight: bold; color: #333;}
.divContact .divContact_ul .divContact_li .divTitle .span_icon{ position: absolute; top: 50%; right: 0; width: 8%; line-height: 52px;  margin-top: -26px; text-align: center; color: #000000; font-size: 2em; }
.divContact .divContact_ul .divContact_li .divTitle .span_red{ color: #d1292e; }
.divContact .divContact_ul .divContact_li .divTitle .span_line{ margin: 0 6px; }
.divContact .divContact_ul .divContact_li.on .divTitle{ background-color: #ededed; }
.divContact .divContact_ul .divContact_li .divInfo{ display: none; }
.divContact .divContact_ul .divContact_li .divInfo ul.ulList{margin-top: 15px; margin-bottom: 10px;}
.divContact .divContact_ul .divContact_li .divInfo ul.ulList li{display: inline-block; font-size: 16px; list-style: none; cursor: pointer; padding: 0px 5px;}
.divContact .divContact_ul .divContact_li .divInfo ul.ulList li:hover{color: red;}
/*contact*/

/*joinIndex*/
.divJoinIndex ul li{ float: left; position: relative; margin-bottom: 2%; overflow: hidden;}
.divJoinIndex ul li .divImg{ width: 50% }
.divJoinIndex ul li .divImg img{ width:100%; vertical-align: middle; }
.divJoinIndex ul li .divCont{ position: absolute; right: 0; top: 0 ; height: 100%; width: 37%; padding:0 3% 0 10%;}
.divJoinIndex ul li .divCont .divBox{ display: table; width: 100%; height: 100%; }
.divJoinIndex ul li .divCont .divBox .divBoxInfo{ display: table-cell; vertical-align: middle; }
.divJoinIndex ul li .divCont .span_title{ display: block; font-size: 1.83em; color: #333; }
.divJoinIndex ul li .divCont .span_line{ display: block; border-bottom: #bababa 1px solid; width:40px; height: 0; line-height: 1px; margin:10px 0; }
.divJoinIndex ul li .divCont .divInfo{ font-size: 1.167em; color: #666;}
.divJoinIndex ul li .divCont .span_title:hover{ color:#d1292e;}

.divJoinIndex ul li.divDown .divImg{ float: right; }
.divJoinIndex ul li.divDown .divCont{  right: auto;  left:0; height: 100%; }

.divJoinIndex .divJoinIndexFirst{ width:49%; background-color: #ececec;}
.divJoinIndex .divJoinIndexSecond{ width:49%; float: right; background-color: #eaf4ff; }
.divJoinIndex .divJoinIndexThree{ width:49%; background-color: #ececec; margin-right: 2%}
.divJoinIndex .divJoinIndexFour{ width:49%; float: right; background-color: #eaf4ff;}
.divJoinIndex .divJoinIndexFive{ width:31.8%; float: left; background-color: #eaf4ff; }

@media screen and (max-width:1000px){
    .divJoinIndex ul li{ float: none !important; width: 100% !important; margin-right: 0 !important; }
    .divJoinIndex ul li.divDown .divImg{float: none;}
    .divJoinIndex ul li.divDown .divCont{right: 0;  left:auto; }
    }
@media screen and (max-width:640px){
    .divJoinIndex ul li{ float: none !important; width: 100% !important; margin-right: 0 !important; }
    .divJoinIndex ul li .divImg{position: static; width: 100% !important;}
    .divJoinIndex ul li .divCont{ position: static; width: 90% !important; padding:5%;}
    .divJoinIndex ul li.divDown .divImg{position: static; width: 100% !important;}
    .divJoinIndex ul li.divDown .divCont{ position: static; width:90% !important;}
    }

/*joinIndex*/

/*casebanner*/
.divCaseBanner{}


.divCaseBanner .owl-carousel .owl-nav.disabled,
.divCaseBanner .owl-carousel .owl-dots.disabled{display: block;}
.divCaseBanner .owl-dots{position: absolute;bottom: 0;text-align: center;width: 100%;}
.divCaseBanner .owl-dots .owl-dot {display: inline-block;}
.divCaseBanner .owl-dots .owl-dot span{ width:10px; height:10px; cursor:pointer; border-radius:50%; background:#fff;opacity:0.8; margin-left: 8px;display: inline-block;}
.divCaseBanner .owl-dots .owl-dot.active span{opacity:1;}
.divCaseBanner .owl-nav .owl-prev,
.divCaseBanner .owl-nav .owl-next{ width: 60px; text-align: center; line-height: 150px;  height: 61px;  z-index: 10;   margin-top: -30px;position: absolute;top: 50%;overflow: hidden;}
.divCaseBanner .owl-nav .owl-prev{ 
	left: 11.4%;  background: url(../images/service_left.png) no-repeat center center;}
.divCaseBanner .owl-nav .owl-next{ 
	right: 11.4%;background: url(../images/service_right.png) no-repeat center center;opacity: 0.5}
/*casebanner*/

/*transact*/
.divFan .divImg{ text-align: center; padding: 5.6% 0 5%; }

.divTransact{ /*background-color: #ededed;*/}
.divTransact .divTitle{ text-align: center; padding-top: 5.6%; padding-bottom: 4.17%; display: none; }
.divTransact .divTitle .spanTitle{ display: block; font-size: 5em; color: #d1292e; line-height: 1.13;display: none;}
.divTransact .divTitle .spanInfo{ display: block; font-size: 2.5em; color: #000; line-height: 1.5;display: none;}

.divTransact .divTable{ padding-bottom: 5.6%;}
.divTransact .divTable .tdName{ width: 142px; text-align: center;  font-size: 1.5em; color: #fff; background-color: #d2222a;}
.divTransact .divTable .tdName2{ background-color: #808285; }
.divTransact .divTable .tdChildName{ width: 202px; /*text-align: center; */font-size: 22px; color: #666666; margin: 0;}
.divTransact .divTable .tdChildInfo{ padding:8px 40px; font-size: 15px; color: #666666;}
.divTransact .divTable .tdChildInfo .a_more{ color: #d2222a; }
.divTransact .divTable table{ border-top:#ededed 1px solid; width:100%;}
.divTransact .divTable table tr{ background-color: #fff; }
.divTransact .divTable table tr:nth-child(2n){}
.divTransact .divTable table tr td{ height: 68px;}

@media screen and (max-width:760px){
	.divTransact .divTable .tdName{ width: 96px; }
	.divTransact .divTable .tdChildName{ width: 100px; }
	.divTransact .divTable .tdChildInfo{ padding: 8px 15px; }
    }
@media screen and (max-width:500px){
	.divTransact .divTable .tdName{ width: 48px; }
	/*.divTransact .divTable .tdChildName{ width: 50px; }*/
	.divTransact .divTable .tdChildInfo{ padding: 8px 15px; }
    }
/*transact*/

/*transact_info*/
.divTransactInfo { padding-top: 6%; }
.divTransactInfo .divTitle{ font-size: 4.17em; color: #d1292e; line-height: 1.28; text-align: center; margin-bottom: 5.3%; }
.divTransactInfo .divInfo{ padding-bottom: 5%; }

.divInfo_caseList{}
.divInfo_caseList .divTtile{ font-size: 4.17em; color: #212121; line-height: 1.28; text-align: center; margin-bottom: 5.3%; }
.divInfo_caseList ul li{ float: left; width:48.5%; overflow: hidden; margin-bottom: 2.83%;}
.divInfo_caseList ul li:nth-child(2n){ float: right; }
.divInfo_caseList ul li .a_img{ float: left; display: block; width: 46.5%; }
.divInfo_caseList ul li .a_img img{ width: 100%; }
.divInfo_caseList ul li .div{ float: right; width: 49%; }
.divInfo_caseList ul li .a_tit{ font-size: 1.5em; display: block; color: #333; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.divInfo_caseList ul li .a_tit:hover{ color:#da241b;}
.divInfo_caseList ul li .line{ display:none; margin: 10px 0 5px 0; background-color: #ec0000; width: 18px; height: 2px; line-height: 2px; }
.divInfo_caseList ul li .p{ font-size: 1.167em; columns: #666; line-height: 20px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:4; overflow: hidden; height: 80px; margin-top: 10px;}
.divInfo_caseList ul li .a_more{ font-size: 1.167em; color: #ec0000; margin-top: 10%; display: inline-block;}

.divMore{ text-align: center; margin-bottom: 5%; margin-top: 1.3%;clear: both;}
.divMore .more{ display: inline-block; font-size: 1.333em; background-color: #d1292e; color: #fff; width: 132px; height: 36px;  text-align: center; line-height: 36px; border-radius: 4px; }
@media screen and (max-width:1200px){
	.divInfo_caseList ul li .p{webkit-line-clamp:3; height: 60px;}
	.divInfo_caseList ul li .a_more{ margin-top: 5%;}
}
@media screen and (max-width:850px){
	.divInfo_caseList ul li,.divInfo_caseList ul li:nth-child(2n){ float: none; width: 100%; }
	.divInfo_caseList ul li .p{webkit-line-clamp:4; height: auto;}
    }
@media screen and (max-width:550px){
	.divInfo_caseList ul li .a_img{ float: none; width: 100%; margin-bottom: 2%;}
	.divInfo_caseList ul li .div{ float: none; width: 100%; }
	.divInfo_caseList ul li .a_more{ margin-top: 1.5%; }
    }
/*transact_info*/

/*case*/
.divCase { padding-top: 3%; }
.divCase ul{ overflow:hidden;}
.divCase ul li{ float: left; width: 23.3%; margin-right: 2.25%; margin-bottom: 2.25%;}
.divCase ul li a{ display: block; }
.divCase ul li a img{ width: 100%; }
.divCase ul li a span{ display: block; text-align: center; background-color: #f5f5f5; line-height: 3.25em; font-size: 1.333em; color: #333; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.divCase ul li a span:hover{ color:#da241b;}
.divCase .Pages{ padding-top: 2%; }

@media screen and (max-width:760px){
.divCase ul li{ width:48%; margin: 0 1%; }
}
/*case*/


/*honor*/
.divHonor{ padding-top:3.5%;}
.divHonor ul li{ float:left; width:23.833%; margin-right:1.5%; margin-bottom:5%;}
.divHonor ul li figure img{ border:#edf2f5 1px solid; box-sizing:border-box;-moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.divHonor ul li figure figcaption{ background:#edf2f5; color:#617787; text-align:center; padding:7% 0; margin-top: 3.8%; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; font-size:1.167em;}
.divHonor ul li:hover figure img{ border:#206eb9 1px solid;}
.divHonor ul li:hover figure figcaption{ background:#206eb9; color:#fff; }
/*honor*/


/*news*/
.divNewsTop{ padding-top: 5%; }
.divNewsTop ul { overflow: hidden; }
.divNewsTop ul li{ float:left; width:31%; padding-bottom:20px; border-bottom:#d4d4d4 2px solid; margin-right:3.5%; margin-bottom:2%;}
.divNewsTop ul li:nth-child(3n){ margin-right:0;}
.divNewsTop ul li.leftImage{ margin-right:0;}
.divNewsTop ul li img{ width: 100%; }
.divNewsTop ul li .tit{ display:block; font-size:1.333em;font-weight: bold; color:#333; padding-top:24px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.divNewsTop ul li .time{ font-family: Arial; color: #999999; font-size: 1.167em; line-height: 18px; }
.divNewsTop ul li .info{ margin-top: 12px; font-size:1.167em; font-size:1.333em; color:#999999; line-height:24px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:3; overflow: hidden; height:72px;}
.divNewsTop ul li .tit:hover{ color:#d1292e;}

.News{ padding-top:3%;}
.News ul li{ overflow:hidden;padding:2.5% 0; color:#7e94a5; border-bottom: #f1f1f1 1px solid;}
.News ul li .info{ padding-left: 100px; position:relative; }
.News ul li .time{ width: 70px; background-color: #e8e8e8; color: #333; text-align: center; font-family: Arial; position:absolute; top: 0; left: 0;}
.News ul li .time .year{ display: block; font-size: 1.167em; background-color: #ddd; line-height: 24px;}
.News ul li .time .date{ display: block; font-size: 3em; line-height: 46px;}
.News ul li .info .a_tit{ display:block; font-size:1.33em; color:#333; font-weight: bold; margin-bottom: 8px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; line-height:1.1;}
.News ul li .info .time{ display:block; font-size: 1.167em; color: #666; line-height: 4;}
.News ul li .info .p{ font-size: 1.167em; font-size:1.33em; color: #999; overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}
.News ul li .info .a_more{color: #d1292e; display: inline-block;line-height: 2.833; }
.News ul li:hover .time{ background-color: #d1292e; color: #fff; }
.News ul li:hover .time .year{ background-color: #b11115; color: #fff; }
.News ul li:hover .info .a_tit{ color: #d1292e; }

/*newsinfo*/
.News_info{ width:100%; padding-bottom:8%; max-width: 900px; }
.News_info .info_title{ font-size:2.167em; color:#151515; display:block; padding-top:3.5%; padding-bottom:1.5%;line-height: 35px;}
.News_info .info_time{ font-size:1.167em;color:#949494; padding-bottom:1.5%; display:block;}

.News_info .info_txt,.News_info .info_txt *{ font-size: 16px !important;}
.News_info .info_txt,.News_info .info_txt p{color: #666666;margin-top: 10px;}
.fuwuanli{margin-left:0 }
.fuwuanli .info_title{text-align: left;}
.fuwuanli .info_time{text-align: left;}
/*newsinfo*/

/*invest*/
.divInvestTop{ background:#f1f1f1; border-bottom:#d65054 1px solid;}
.divInvestTop .divBox{ border-bottom:#eaeaea 12px solid; padding-left:10%; padding-top:20px; padding-bottom:20px;}
.divInvestTop .divBox dl{display: -moz-box; /* Firefox */ 
display: -ms-flexbox; /* IE10 */ 
display: -webkit-box; /* Safari */ 
display: -webkit-flex; /* Chrome, WebKit */ 
display: box; 
display: flexbox; 

display: flex; overflow:hidden;}
.divInvestTop .divBox dl dd:nth-child(1){ -webkit-box-flex: 2.5;
    -ms-flex: 2.5;
    -webkit-flex: 2.5;
    flex: 2.5;}
.divInvestTop .divBox dl dd{ -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1; float:left; width:20%;}
.divInvestTop .divBox dl dd .span1{ display:block; font-size:1.167em ; color:#666;}
.divInvestTop .divBox dl dd .span2{ display:block; color:#d1292e; line-height:1.2;}
.divInvestTop .divBox dl dd .span4{font-size:5em; }
.divInvestTop .divBox dl dd .span5{font-size:2.5em; font-weight:bold; background:url(../images/icon_red.png) no-repeat left 17px; padding-left:35px; margin-left:15px; }
.divInvestTop .divBox dl dd .span3{ display:block; font-size:2.33em ; color:#666; line-height:1.2;}
.divInvestTop .divBox .info{ color:#999;  font-size:1.167em;}
@media screen and (max-width:1100px){
.divInvestTop .divBox{ padding-left:2%; padding-right:2%; }
}
@media screen and (max-width:990px){
	.divInvestTop .divBox dl{ display:block;}
	.divInvestTop .divBox dl dd{ float:left; width:25%;}
.divInvestTop .divBox dl dd:nth-child(1){ width:100%;}
}
@media screen and (max-width:520px){
	.divInvestTop .divBox dl dd{ float:left; width:50%;}
}

.divLastNotice{}
.divLastNotice ul li{ padding: 20px 0; border-bottom: #f1f1f1 1px solid;}
.divLastNotice ul li .info{ padding-left: 100px; padding-right: 120px; position:relative; }
.divLastNotice ul li .info .div{width: 100%;}
.divCase li{position:relative;}
.divCase li .ton{position:absolute;top:61px; right:37%;}

.divLastNotice ul li .info .divBox{ display: table; width: 100%;min-height: 110px; height:110px; }
.divLastNotice ul li .info .divBox .divCont{display:table-cell; vertical-align:middle; font-size: 1.333em; color: #333; font-weight: bold;}
.divLastNotice ul li .info .divBox .divCont a{ color:#333;}
.divLastNotice ul li .info:hover .time{ background-color: #d1292e; color: #fff; }
.divLastNotice ul li .info:hover .time .year{ background-color: #b11115; color: #fff; }
.divLastNotice ul li .info:hover .divBox .divCont a{ color:#d1292e;}

.divLastNotice ul li .time{ width: 70px; background-color: #e8e8e8; color: #333; text-align: center; font-family: Arial; position:absolute; top: 50%; left: 0; margin-top: -35px;}
.divLastNotice ul li .time .year{ display: block; font-size: 1.167em; background-color: #ddd; line-height: 24px;}
.divLastNotice ul li .time .date{ display: block; font-size: 3em; line-height: 46px;}

.divLastNotice ul li .a_download{position: absolute; top: 0; right: 0; display: block; width: 110px; border-left: #ededed 1px solid; height: 100%; text-align: right; background:url(../images/icon_download.png) no-repeat center center;}
.divLastNotice ul li .a_download span{ position: absolute; top: 50%; margin-top: -12px; right: 0; }
.divLastNotice ul li .a_download:hover{background:url(../images/icon_download_on.png) no-repeat center center;}
.divLastNotice ul li .a_download:hover span{ color: #d1292e; }
.divCase .mask{position: fixed; width:100%;height: 100%; background:rgba(0,0,0,.6);left: 0;top: 0; z-index: 999;  }
.divCase .mask .ws{  padding: 5% 20%;}
 #videoPlay1{ width:100%;}
.divCase .mask .del{    position: absolute;
    top: 60px;
    right:17.5%;
    color: #fff;
    font-size: 19px;
    font-style: normal;
    border: 1px #eee solid;
    border-radius: 99px;
    display: block;
    width: 27px;
    text-align: center; z-index: 9999;}
.divCase .mask .del a{color:#fff;}
@media screen and (max-width:640px){
	.divCase .mask{padding: 15% 2% 0;}
	.divCase .mask .del{    top: 2%;right: 2%;}
	.divCase li .ton { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);margin-top: -27px;}
}

/*invest*/

/*visiting*/
.divVisiting { padding-bottom:5%;}
.divVisiting .divTop {color:#333; padding:20px 0; border-bottom:solid 1px #b4b4b4;}
.divVisiting .divTop .title{ font-size:1.333em;  margin-bottom: 20px;}
.divVisiting .divTop .info{ font-size:1.167em;}
.divVisiting ul{color:#333; font-size:1.167em; padding-top:15px;}
.divVisiting ul li label{ margin-right:10px;}
.divVisiting ul li.notice{ color:#888;}
.divVisiting ul li .text,.divVisiting ul li .select{ border:solid 1px #ddd; width:100%; height:40px; line-height:42px; font-family:"微软雅黑"; font-size:14px; margin:10px 0; padding: 0 10px; box-sizing: border-box;}
.divVisiting ul li .text2{ width:48%; float:left;}
.divVisiting ul li.li_half{ overflow:hidden;}
.divVisiting ul li.li_half .text2:nth-child(2n){ float:right;}
.divVisiting ul .btn{ display:inline-block; background:#d1292e; color:#fff; font-size:1.33em; text-align:center; width:140px; height:42px; line-height:42px; border-radius:2px; margin-top:20px;}
/*visiting*/

/*research*/
.divResearch_search{ padding-top: 4%; }
.divResearch_search .divLoginBtn{float: right; overflow: hidden;}
.divResearch_search .btn{ float: right;  color: #666; display: block; width: 85px; height: 38px; line-height: 38px; text-align: center; border:#eee 1px solid; margin-left: 7px;}
.divResearch_search .btn img{ margin-right: 10px; vertical-align: middle;}
.divResearch_search .btn:hover{ border:#d1292e 1px solid; color:#d1292e;}

.divResearch_search .div{ float: left; }
.divResearch_search .div .divSelect{ width:170px; height: 40px; padding: 0 10px; line-height: 40px; border:#a9a9a9 1px solid; font-size: 1.167em; margin-right: 15px; float:left}
#txtKey{ border: 1px solid #a9a9a9 !important; float:left; margin-right:10px;}

.divResearch_search .div .datatime{ width: 151px; padding: 0 40px 0 12px; height: 38px; line-height: 38px; border:#a9a9a9 1px solid; color: #727272; font-size: 1.167em; background:url(../images/icon_datatime.jpg) no-repeat center right 7px; margin-right: 15px; float:left}
.divResearch_search .div .keyword{  width:154px; padding: 0 12px; height: 38px; line-height: 38px; border:#a9a9a9 1px solid; font-size: 1.167em; margin-right: 15px; float:left;}
.divResearch_search .div .btn_search{ display: inline-block; width: 85px; height: 40px; line-height: 40px; color: #fff; background-color: #aaaaaa; text-align: center; float:left;}
.divResearch_search .div .btn_search:hover{background-color:#d1292e; color:#fff;}

.divResearch{ padding-top: 4%; }
.divResearch .divResearchTop .divImg{ float: right; width: 47.5%; }
.divResearch .divResearchTop .divImg img{ width: 100%; }
.divResearch .divResearchTop .divLeftInfo { float: left; width: 48.5%; }
.divResearch .divResearchTop .divLeftInfo .time{ display: block; font-size: 2em; color: #d1292e;  text-transform: uppercase; line-height: 24px;}
.divResearch .divResearchTop .divLeftInfo .title{ display: block; font-size: 1.333em; color: #333; font-weight: bold; line-height: 24px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; padding: 16px 0 8px;}
.divResearch .divResearchTop .divLeftInfo .title:hover{ color:#d1292e;}
.divResearch .divResearchTop .divLeftInfo .info{ font-size: 1.167em; color: #999; line-height: 24px; height: 72px; margin-bottom: 8px; overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}
.divResearch .divResearchTop .divLeftInfo .seeMore{ display: block; width: 100%; height: 48px; background:#f1f1f1 url(../images/see_more.png) no-repeat center center; }
.divResearch .divResearchTop .divLeftInfo .seeMore:hover{background:#d1292e url(../images/see_more_on.png) no-repeat center center; }

.divResearch ul li{ padding: 2.5% 0; border-bottom: #f1f1f1 1px solid; }
.divResearch ul li  .a_tit{ font-size: 1.33em; color: #333; font-weight: bold; }
.divResearch ul li .info{ padding-left: 100px; padding-right: 264px; position:relative; }
.divResearch ul li .info .a_tit{ display: block; font-size: 1.333em; color: #333; font-weight: bold;  overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.divResearch ul li .info .div{width: 100%;}
.divResearch ul li .info .div .p{ font-size: 1.167em; color: #999; line-height: 68px; height: 48px; margin-bottom: 8px; overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.divResearch ul li .info .div .a_more{ color: #d1292e; display: block;}

.divResearch ul li .time{ width: 70px; background-color: #e8e8e8; color: #333; text-align: center; font-family: Arial; position:absolute; top: 50%; left: 0; margin-top: -35px;}
.divResearch ul li .time .year{ display: block; font-size: 1.167em; background-color: #ddd; line-height: 24px;}
.divResearch ul li .time .date{ display: block; font-size: 3em; line-height: 46px;}

.divResearch ul li .divButton{position: absolute; top: 0; right: 0; display: block; width: 234px; border-left: #ededed 1px solid; height: 100%;}
/*.divResearch ul li .divButton .divBox{ position: absolute; top: 50%; right: 0; margin-top: -15px; width: 100%;}*/
/*.divResearch ul li .divButton a,.divResearch ul li .divButton  span.a_share{ display: inline-block; text-align: right;}*/
.divResearch ul li .divButton a .span,.divResearch ul li .divButton span.a_share .span{ display:inline-block; line-height: 30px;  color: #a3a3a3;}
.divResearch ul li .divButton .a_share .span{background:url(../images/icon_share.png) no-repeat left center; padding-left: 24px;}
.divResearch ul li .divButton .a_share .span:hover{background:url(../images/icon_share_on.png) no-repeat left center; color:#d1292e;}
.divResearch ul li .divButton .a_subscription .span{background:url(../images/icon_subscription.png) no-repeat left center; padding-left: 24px;}
.divResearch ul li .divButton .a_subscription .span:hover{background:url(../images/icon_subscription_on.png) no-repeat left center; color:#d1292e;}
.divResearch ul li .divButton .a_download .span{ background:url(../images/icon_download2.png) no-repeat left center;}
.divResearch ul li .divButton .a_download .span:hover{background:url(../images/icon_download2_on.png) no-repeat left center; color:#d1292e;}



.divResearch ul li .divButton .divBox .a_share .span{background:url(../images/icon_share.png) no-repeat left center; padding-left: 24px;}
.divResearch ul li .divButton .divBox .a_share .span:hover{background:url(../images/icon_share_on.png) no-repeat left center; color:#d1292e;}
.divResearch ul li .divButton .divBox .a_download .span{ background:url(../images/icon_download2.png) no-repeat 30px center;width: 70px;}
/*.divResearch ul li .divButton .divBox .a_download .span:hover{background:url(../images/icon_download2_on.png) no-repeat left center; color:#d1292e;}*/





.divResearch ul li .divButton .divBox span.a_share{position: relative;padding: 1% 0; text-indent: 1px; display: inline-block}
.divResearch ul li .divButton .divBox span.a_share a:hover{color:#d1292e !important;}

.divResearch ul li .divButton .divBox span.a_share .fxBox{position: absolute; display: none; left: 50%;top: -39px;margin-left: -50px;width: 80px;height: 30px; padding: 5px 10px; background:#000;border-radius: 5px;}
.divResearch ul li .divButton .divBox span.a_share .fxBox .iconb{
	content:"";position: absolute;
	width: 0;height: 0;
	border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
	left: 50%;margin-left: -2.5px; bottom: -5px;
}
.divResearch ul li .divButton .divBox span.a_share .fxBox dd{width: 40px;height: 30px; float: left;}
.divResearch ul li .divButton .divBox span.a_share .fxBox dd a{margin: 0;padding: 0; width: auto;}
.divResearch ul li .divButton .divBox span.a_share .fxBox dd a i{display: block; width: 40px;height: 30px;background:url(../images/iconBox.png) no-repeat 12px center;}
.divResearch ul li .divButton .divBox span.a_share .fxBox dd a i.sian{}
.divResearch ul li .divButton .divBox span.a_share .fxBox dd a i.qq{background-position: -33px center;}

.divResearch ul li .divButton .divBox span.a_share .fxBox dd a:hover i.sian{background-position: -123px center;}
.divResearch ul li .divButton .divBox span.a_share .fxBox dd a:hover i.qq{background-position: -168px center;}







.divResearch ul li:hover .info .a_tit{ color:#d1292e;}
.divResearch ul li:hover .time{ background-color: #d1292e; color: #fff; }
.divResearch ul li:hover .time .year{ background-color: #b11115; color: #fff; }
.divResearch ul li:hover .info .a_tit{ color: #d1292e; }

@media screen and (max-width:1050px){
.divResearch_search .divLoginBtn{ margin-bottom: 20px; }
}
@media screen and (max-width:786px){
.divResearch_search .div { float: none; width: 100%; }
#txtKey{ width: 100% !important;}
.divResearch_search .div .divSelect{ display: block; width: 100%; margin-bottom: 20px;}
.divResearch_search .div .datatime{ display: block; width: 100%;  margin-bottom: 20px;-moz-box-sizing: border-box; /*Firefox3.5+*/
-webkit-box-sizing: border-box; /*Safari3.2+*/
-o-box-sizing: border-box; /*Opera9.6*/
-ms-box-sizing: border-box; /*IE8*/
box-sizing: border-box; }
.divResearch_search .div .keyword{ display: block;  width: 100%; margin-bottom: 20px;-moz-box-sizing: border-box; /*Firefox3.5+*/
-webkit-box-sizing: border-box; /*Safari3.2+*/
-o-box-sizing: border-box; /*Opera9.6*/
-ms-box-sizing: border-box; /*IE8*/
box-sizing: border-box; }
.divResearch_search .div .btn_search{ display: block; width: 100%; }

.divResearch .divResearchTop .divImg{ float: none; width: 100%; margin-bottom: 20px;}
.divResearch .divResearchTop .divLeftInfo{ float: none;  width: 100%;}

.divResearch ul li .info{ padding-right: 0; }
.divResearch ul li .divButton{ position:relative; padding: 5% 0; border-right: 0; border-left: 0;}

}
/*research*/

/*Publication*/
.divPublicationYear{ border-top: #e8e8e8 1px solid; border-bottom: #e8e8e8 1px solid;margin-top: 4%; margin-bottom: 2.25%; font-size: 1.167em; color: #999;}
.divPublicationYear .divYears{ position: relative; padding: 0 70px;}
.divPublicationYear .divYears .swiper-button-prev{ opacity: 1 !important; background-color: #fff; position: absolute; top: 0; left: 0px; width: 60px; text-align: center; line-height: 61px; height: 61px; z-index: 10; margin-top: 0;}
.divPublicationYear .divYears .direction  
{  
    width:0;height:0;  
    line-height:0;  
    border-width:7px 8px;  
    border-style:solid;  
    border-color: transparent  #dddddd transparent transparent;  
    display: inline-block;
}
.divPublicationYear .divYears .swiper-button-next{ opacity: 1 !important; background-color: #fff; position: absolute; top: 0; right: 0px; width: 60px; text-align: center; line-height: 61px; height: 61px; z-index: 10; margin-top: 0;}
.divPublicationYear .divYears .swiper-button-next .direction  
{  
    border-color: transparent transparent transparent #dddddd;  
}
.divPublicationYear .divYears ul li{ float: left; width: 20%; max-width: 60px; min-width: 40px; line-height: 60px; text-align: center;}
.divPublicationYear .divYears ul li a:hover{ color: #ec0000;}
.divPublicationYear .divYears ul li a.on{ display: inline-block; line-height: 58px; color: #ec0000; border-bottom: #ec0000 2px solid; }


.divPublication ul li{ float: left; width:18%; margin-right: 2.5%; margin-bottom: 2.5%;}
.divPublication ul li figure{ padding: 20px 20px 0 20px; border:#e8e8e8 1px solid;}
.divPublication ul li figure img{ width: 100%; }
.divPublication ul li figure .title{ display: block; width: 100%;  font-size: 1.333em; color: #333; overflow: hidden; text-overflow:ellipsis; height:56px; }
.divPublication ul li figure .title:hover{ color:#d1292e;}
.divPublication ul li figure .time{ color: #777; }
.divPublication ul li .divBox { border-top: #f3f3f3 1px solid; padding: 3px 0; }
.divPublication ul li .divBox a,.divPublication ul li .divBox span.a_share{ display: inline-block; margin-right: 15px;}

.divPublication ul li .divBox a .span,.divPublication ul li .divBox span.a_share .span{ display:inline-block; line-height: 30px;  color: #a3a3a3;}
.divPublication ul li .divBox .a_share .span{background:url(../images/icon_share.png) no-repeat left center; padding-left: 24px;}
.divPublication ul li .divBox .a_share .span:hover{background:url(../images/icon_share_on.png) no-repeat left center; color:#d1292e;}
.divPublication ul li .divBox .a_download .span{ background:url(../images/icon_download2.png) no-repeat left center; padding-left: 24px;}
.divPublication ul li .divBox .a_download .span:hover{background:url(../images/icon_download2_on.png) no-repeat left center; color:#d1292e;}

.divPublication ul li .divBox .a_share .bdsharebuttonbox a{background: none;}



.divPublication ul li .divBox span.a_share{position: relative;}


.divPublication ul li .divBox span.a_share .fxBox{position: absolute; display: none; left: 50%;top: -39px;margin-left: -50px;width: 82px;height: 30px; padding: 5px 10px; background:#000;border-radius: 5px;}
.divPublication ul li .divBox span.a_share .fxBox .iconb{
	content:"";position: absolute;
	width: 0;height: 0;
	border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
	left: 50%;margin-left: -2.5px; bottom: -5px;
}
.divPublication ul li .divBox span.a_share .fxBox dd{width: 40px;height: 30px; float: left;}
.divPublication ul li .divBox span.a_share .fxBox dd a{margin: 0;padding: 0;}
.divPublication ul li .divBox span.a_share .fxBox dd a i{display: block; width: 40px;height: 30px;background:url(../images/iconBox.png) no-repeat 12px center;}
.divPublication ul li .divBox span.a_share .fxBox dd a i.sian{}
.divPublication ul li .divBox span.a_share .fxBox dd a i.qq{background-position: -33px center;}
.divPublication ul li .divBox span.a_share .fxBox dd a i.weixin{background-position: -78px center;}
.divPublication ul li .divBox span.a_share .fxBox dd a:hover i.sian{background-position: -123px center;}
.divPublication ul li .divBox span.a_share .fxBox dd a:hover i.qq{background-position: -168px center;}
.divPublication ul li .divBox span.a_share .fxBox dd a:hover i.weixin{background-position: -213px center;}

@media screen and (max-width:1000px){
.divPublication ul li{ width: 48%; margin-left: 1%; margin-right: 1%;}
}

/*Publication*/

/*search*/
.divSearchList{ padding-top:3.75%;}
.divSearchList ul{ /*margin-bottom:30px;*/}
.divSearchList ul li{ line-height:45px; border-bottom:#666 1px dashed;}
.divSearchList ul li .time{ float:right;}
.divSearchList ul li a{ display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}

/*search*/

/*Jobs*/
.divJobs{ padding:4% 0;}
.divJobs .divJobsTit{ overflow:hidden; height:48px; line-height:48px; background-color:#d1292e; color:#fff; font-size:1.33em;}
.divJobs .divJobsTit span{ display:block; float:left;}
.divJobs .span1{ width:22%; padding-left:2%; text-align:left;}
.divJobs .span2{ width:18%; text-align:center;}
.divJobs .span3{ width:18%; text-align:center;}
.divJobs .span4{ width:20%; text-align:center;}
.divJobs .span5{ width:20%; text-align:center;}

.divJobs .uli .uli-li{ border-bottom:#e8e8e8 1px solid; font-size:1.167em;}
.divJobs .uli .divSpan{ overflow:hidden; background:#f9f9f9; padding:1% 0; cursor:pointer; color:#617787;}
.divJobs .uli .divSpan span{ display:block; float:left; font-size:1.167em;}
.divJobs .uli .divSpan .span5 .div{ display:inline-block; color:#666; width:24px; height:24px; text-align:center; line-height:23px;}

.divJobs .on .divSpan{ background:#efefef; color:#333;}
.divJobs .on .divSpan  .span5 .div{ color:#666;}
.divJobs .uli .divJobsInfo{ display:none; /*background-color:#f2cfcf;*/}
.divJobs .uli .divJobsInfo .divInfo{ padding:1.66% 3.33%;}
.divJobs .uli .divJobsInfo .divBtn{ padding:1.66% 3.33%;}
.divJobs .uli .divJobsInfo .divBtn .a-btn{ display:block; width:164px; height:46px; line-height:46px; text-align:center; color:#fff; font-size:1.167em; background:#014375; border-radius:2px;}
@media screen and (max-width:767px){
	.divJobs .uli .divSpan .span4,.divJobs .divJobsTit .span4{ display: none;}
	.divJobs .span3,.divJobs .span1,.divJobs .span2,.divJobs .span5{ width: 25%; box-sizing: border-box;}
}
/*Jobs*/

/*service*/
.divService{ padding-top:4.8%; padding-bottom:5%;}
.divService ul{ border:#e6f3fa 1px solid; margin-top:50px;}
.divService ul li{ float:left; width:20%;}
.divService ul li a{ display:block; width:100%; height:100%;}
.divService ul li:nth-child(2n+1){ background:#f7f9fd;}
.divService ul li .divCont{ padding:0 10% 23% 10%;}
.divService ul li .divCont .divImg{ width:100px; margin:0 auto; position:relative; top:-50px;}
.divService ul li .divCont .divImg img{ width:100%;}
.divService ul li .divCont .tit{ display:block; text-align:center; font-size:1.5em; color:#333; margin-bottom:15px;}
.divService ul li .divCont .divInfo{ font-size:1.167em; color:#747474;}
.divService ul .line{ display:none;}

.divService ul li:hover a{ border:#003294 2px solid; position:relative; top:-2px; left:-2px; background:#fff; -webkit-box-shadow:0 0 17px #ccc;  -moz-box-shadow:0 0 17px #ccc;     box-shadow:0 0 17px #ccc; z-index:3;}
.divService ul li:hover .divCont .tit{ color:#003294;}

@media screen and (max-width:800px){
.divService ul li{ width:50%; border-bottom:#e6f3fa 1px solid;}
.divService ul li .divCont{ padding-bottom:60px;}
.divService ul .line{ display:block;}
}

.divSearviceList{ background:#e3ecf4;}
.divSearviceList .Main{ padding-top:4.5%; padding-bottom:4%;}
.divSearviceList .divTitle{ font-size:2.33em; text-align:center; margin-bottom:3%;}
.divSearviceList .divTitle .span{ color:#20a5de;}
.divSearviceList ul li{ float:left; width:24.25%; position:relative; margin-right:1%; margin-bottom:1%;}
.divSearviceList ul li:nth-child(4n){ margin-right:0;}
.divSearviceList ul li .img{ width:100%;}
.divSearviceList ul li .divInfo{ position:absolute; bottom:0; left:0; width:100%; height:35%; background-color:#3b70a3; opacity:0.9;}
.divSearviceList ul li .divInfo .divBox{ display:table; width:100%; height:100%;}
.divSearviceList ul li .divInfo .divBox .divInfoBox{ display:table-cell; vertical-align:middle; text-align:center;}
.divSearviceList ul li .divInfo .divBox .divInfoBox img{ display:none; margin-bottom:10px; width:34px; height:34px;}
.divSearviceList ul li .divInfo .divBox .divInfoBox span{ display:block; font-size:1.5em; color:#fff;}

.divSearviceList ul li:hover .divInfo{ height:100%;}
.divSearviceList ul li:hover .divInfo .divBox .divInfoBox img{ display:inline-block;}
@media screen and (max-width:700px){
.divSearviceList ul li{ width:49%; margin-right:2%; margin-bottom:2%;}
.divSearviceList ul li:nth-child(2n){ margin-right:0;}
}

.divSuccessCase{}
.divSuccessCase .Main{ padding-top:4.5%; padding-bottom:4%;}
.divSuccessCase .divTitle{ font-size:2.33em; text-align:center; margin-bottom:3%;}
.divSuccessCase .divTitle .span{ color:#20a5de;}
.divSuccessCase ul li{ float:left; width:32.66%; margin-right:1%;}
.divSuccessCase ul li:nth-child(3n){ margin-right:0;}
.divSuccessCase ul li a{ display:block; border:#eceff4 1px solid; text-align:center;}
.divSuccessCase ul li a .img{ padding:7% 0;}
.divSuccessCase ul li a .divInfo{ background:#eceff4; color:#6c6f74; padding:5%;}
.divSuccessCase ul li a .divInfo .tit{ display:block; color:#3c3f44; font-size:1.333em; margin-bottom:10px;}
.divSuccessCase ul li a .divInfo .info{ font-size:1.167em;  line-height:24px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:4; overflow: hidden; height:48px;}

.divSuccessCase ul li a:hover{ border:#206eb9 1px solid;}
.divSuccessCase ul li a:hover .divInfo{ background:#206eb9; color:#fff;}
.divSuccessCase ul li a:hover .divInfo .tit{ color:#fff; font-weight:bold;}

@media screen and (max-width:700px){
.divSuccessCase ul li{ width:100%; margin-bottom:2%;}
}
/*service*/

/*solution*/
.divSolutionList{ padding-top:4.17%; padding-bottom:2.5%}
.divSolutionList ul li{ float:left; width:32.166%; margin-right:1.75%; margin-bottom:1.75%;}
.divSolutionList ul li:nth-child(3n){ margin-right:0;}
.divSolutionList ul li figure{ border:#fff 1px solid;}
.divSolutionList ul li figure figcaption{ background:#3b70a3; color:#fff; text-align:center; padding:7% 0; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; font-size:1.5em;}

.divSolutionList ul li:hover figure{ border:#3b70a3 1px solid;}

@media screen and (max-width:700px){
.divSolutionList ul li{ width:49%; margin-right:2%; margin-bottom:2%;}
.divSolutionList ul li:nth-child(3n){ margin-right:2%;}
.divSolutionList ul li:nth-child(2n){ margin-right:0;}
}
/*solution*/

/*case*/
.divCaseList{ padding-top:5%;}
.divCaseList ul li{ float:left; width:30.9%; padding-bottom:15px; border-bottom:#dddddd 1px solid; margin-right:3.65%; margin-bottom:3.65%;}
.divCaseList ul li:nth-child(3n){ margin-right:0;}
.divCaseList ul li .tit{ display:block; font-size:1.333em; color:#5f6972; padding:15px 0 15px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.divCaseList ul li .info{ font-size:1.167em; color:#a4aeb8; line-height:24px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:4; overflow: hidden; height:48px;}
.divCaseList ul li .tit:hover{ color:#206eb9;}

.divCaseInfo .divTitle{ font-size:3em; color:#000; padding-top:4.667%; line-height:1.2;}
.divCaseInfo .divTitle .span_line{ display:inline-block; width:5px; height:36px; background:#20a5de; margin-right:16px; vertical-align:middle;}

@media screen and (max-width:700px){
.divCaseList ul li{ width:49%; margin-right:2%; margin-bottom:2%;}
.divCaseList ul li:nth-child(3n){ margin-right:2%;}
.divCaseList ul li:nth-child(2n){ margin-right:0;}
}
/*case*/


@media screen and (max-width:1200px){
    /*bottom*/
    .Bottom .BottomLinks{display: block !important;}
    .Bottom .BottomLinks .divBox_dl{ float: left; width: 25%;  box-sizing: border-box;}
    .Bottom .BottomLinks .lineBottomLinks{ display: block; padding-bottom: 20px; }
    .Bottom .btRight{ float: right; width: 50%; box-sizing: border-box;}

    .BottomBt .links,.BottomBt .CopyRight{ float: none; width: 100%; text-align: center; }
    /*bottom*/

	/*index*/
    .homeNews .divLeft{ float: none; width: 100%; margin-bottom: 20px;}
    .homeNews .divRight{ float: none; width: 100%;}
    .homeNumber .divHomeNumber .ul_number{display: block !important; overflow: hidden; }
    .homeNumber .divHomeNumber .ul_number .li_number{ width: 33.3%; float: left;  box-sizing: border-box;}
    .homeNumber .divHomeNumber .ul_number .li_number:nth-child(4),.homeNumber .divHomeNumber .ul_number .li_number:nth-child(5){ width: 50%; margin-top: 20px; }
	/*index*/
	
	/*about*/
	.AboutList ul li{width: 100%; margin-bottom: .5em;}
	/*about*/

	/*Partner*/
	/*.divPartner ul li{width: 25%; box-sizing: border-box;}*/
	/*Partner*/
}

@media screen and (max-width:760px){
    /*top*/
    .divlogo{ position:absolute; top:0px; height:100%; width:40%; margin-top:0;}
    .divlogo .logo{ margin-top:0;}
    .TopRight{ width:auto;}

    .MainNav{ display: none; position: absolute; left: 0; top: 100%; float: none; width: 100%; margin-top: 0px; background-color: #fff; z-index: 992;}
    .MainNav ul li{ width:100%; float: none;  }
    .MainNav ul li .navA{ line-height: 50px; padding: 0 10px;}

    .divIconMenu{ display: block; }
	.divTopMenuBg{ display:none !important;}

    /*菜单导航*/
    /*.navbar-toggle{ display:block;}*/
    
    /*top*/

	/*slide*/
	.Current,.Silderbar{ float:none;}
	/*slide*/

    /*banner*/
.divHomeBan .divBan{    padding: 2.5% 130px 2.5% 84px;}
.divHomeBan .divBan .titBig{ font-size: 3em; width: 80px; margin-top: -18px; }
.divHomeBan .divBan .divSpan .tit{ font-size: 1.5em; }
.divHomeBan .divBan .divSpan .conf{ font-size: 1.2em; }
 .divTab{ bottom: 26px; }
    /*banner*/

	/*about*/
	.divRightContent,.divleftContent{ float: none; width: 100%; }
	/*about*/

    /*history*/
    .divHistory .divThing{ font-size: 1.8em; }
    /*history*/

    /*team*/
    .divTeamList ul{ overflow: hidden; }
    .divTeamList ul li{ float: left; width: 48%; margin-right: 1%; margin-left: 1%; }
    .divTeamList ul .clear{ display: none; }
	
	.divTeamList .clear1{ display:none;}
	.divTeamList .clear2{ display:block;}
    /*team*/
}

@media screen and (max-width:700px){
	/*top*/
	.divlogo{ position:absolute; top:0px; height:100%; width:40%;}
	.divlogo .logo{ margin-top:0;}
	.TopRight{ width:auto;}

	/*top*/
	
	/*banner*/
	.HomeBan a .divWeb{ display:none;}
	.HomeBan a .divWap{ display:block;}
	/*banner*/
	
	/*pages*/
	.Pages .p_page .num{ display:none;}
	.Pages .p_page .em_num{ display: inline-block; float: left; padding: 0 10px;line-height: 34px;font-size: 1.167em;}
	/*pages*/

	
	
	/*honor*/
	.divHonor ul li{ width:48.67%;}
	.divHonor ul li:nth-child(2n){ margin-right:0;}
	/*honor*/
	
	/*news*/
    .divNewsTop ul li{ float: none; width: 100%; margin-right: 0; }
	/*news*/
	
	/*newsInfo*/
	.News_info .PrevNextBox dl{ width:100%;}
	.divShare{ float:none; margin-right:0;}
	/*newsInfo*/
	
	/*download*/
	.divDownload ul li .divProblem .divProblemCont{ padding-right:100px;}
	.divDownload ul li .divProblem .divProblemCont .a_download{ padding:0; width:80px;}
	/*download*/
	
	/*contact*/
	.divContact2 .divLeft,.divContact2 .divRight{ width:100%;}
	.divContact3 .ulli{ float:none; width:100%;}
	/*contact*/
	
	/*productInfo*/
	.CasesImgList,.divProductInfoTit{ float:none; width:100%;}
	/*productInfo*/
	
	/*Ability*/
	.AbilityImg,.AbilityCont{width: 100% !important;}
	.AbilityImg img{width: 100% !important;}
	/*Ability*/


	/*contact*/
	.MapList ul li{width: 100%; padding-right: 0;margin-bottom: .833%;}
	.MapList ul li:nth-child(2n){padding: 0}

	/*contact*/
	
	}

@media screen and (max-width:550px){
    /*bottom*/
    .Bottom .BottomLinks .divBox_dl{ float: left; width: 50%;  box-sizing: border-box;}
    .Bottom .BottomLinks .lineBottomLinks{ display: none; padding-bottom: 20px; }
    .Bottom .BottomLinks .lineBottomLinks2{ display: block; padding-bottom: 20px; }
    .Bottom .btRight{ float: right; width: 100%; box-sizing: border-box;}
    /*bottom*/

    /*index*/
    .homeNews .divRight .divSpans .more{ display: none !important; }
    .homeNews .divRight .divSpans .div{ float: none; width:100%; }
    .homeNews .divRight .divSpans .div span{ width:25%; margin-right: 0; text-align: center; font-size: 1.4em; }

    .homeNumber .divHomeNumber .ul_number .li_number{ width: 100%; float: none;  box-sizing: border-box; margin-top: 20px; }
    .homeNumber .divHomeNumber .ul_number .li_number:nth-child(1){ margin-top: 0; }
    .homeNumber .divHomeNumber .ul_number .li_number:nth-child(4),.homeNumber .divHomeNumber .ul_number .li_number:nth-child(5){ width: 100%; margin-top: 20px; }
    /*index*/
}

@media screen and (max-width:440px){
	/*index*/
	.HomeService .divCont ul li a .divIcon .divIconCell span{ margin-top:0;}
	/*index*/
	
	/*Partner*/
	.Partner ul li{width: 50%;}
	/*Partner*/
	}




/*个人中心*/
.usBox{padding: 4.2% 0  7.5%;}
.usBox .right{}
.usBox .right .img{}
.usBox .right .img img{width: 100%;}

.usBox .left{ font-size: 14px; padding-top: 20px; }

.usBox .left .usBoxList{}
.usBox .left .usBoxList ul li{margin-bottom: 10px;}
.usBox .left .usBoxList ul li dt{font-size: 16px; color: #313131;line-height: 2em; margin-bottom: 5px;}
.usBox .left .usBoxList ul li dd{height: 40px;line-height: 40px; background:#f1f1f1; position: relative; font-size: 14px;}
.usBox .left .usBoxList ul li dd .inputBox{position: absolute;width: 100%;}
.usBox .left .usBoxList ul li dd .inputWarp{padding: 0 20px;position: relative; }
.usBox .left .usBoxList ul li.ustel dd .inputWarp{padding: 0 20px 0 60px;position: relative; }
.usBox .left .usBoxList ul li dd .teltop{display: block; width: 20px;height: 40px; padding-left: 20px; left: 0;top: 0;position: absolute; color: #999;}
.usBox .left .usBoxList ul li dd input{width: 100%;line-height: 40px;font-size: 14px;  color: #666;}
.usBox .left .usBoxList .usBtn{display: block; width: 150px; height: 40px; margin-top: 30px; text-align: center; line-height: 40px ;color: #fff;background:#da241b;}
.ContainUseBOX .usBox .left{float: none; max-width: 540px; margin:0 auto; width: 100%;}
.ContainUseBOX  .usBox .left .usBoxList .usBtn{margin:30px auto 0;}

.ContainUseBOX .usBox .left .usBoxList ul li.ustel dd .inputWarp{padding: 0 188px 0 20px;position: relative; }
.ContainUseBOX .usBox .left .usBoxList ul li dd .teltop{ width: 162px; background:#fff; right: 0;padding-left:10px; left: auto; }
.ContainUseBOX .usBox .left .usBoxList ul li dd .teltop img{width: 100%;height: 100%;}

@media screen and (min-width:768px){

	.usBox .left{float: left; width: 45%;padding-top: 0;}
	.usBox .right{width: 45.8%;float: right;}

	.ContainUseBOX .usBox .left{width: 100%;}
}
@media screen and (min-width:1200px){
	.usBox .left .usBoxList ul li dd .teltop{height: 50px; line-height: 50px;}
	.usBox .left .usBoxList ul li dd{height: 50px;line-height: 50px; }
	.usBox .left .usBoxList ul li dd input{line-height: 50px;}
	.usBox .left .usBoxList .usBtn{width: 172px; height: 50px;line-height: 50px;}
}




.ContainUseBOX{border-top: 1px solid #e8e8e8;}

/*个人中心*/

.Banner{ background-size:cover !important;}

.onmenus {color:red;
}


.bdsharebuttonbox .bds_weixin{background-image: url("../images/weixico.png");background-position: 0 !important;}
.bdsharebuttonbox .bds_tsina{background-image: url("../images/weiboico.png");background-position: 0 !important;}
.bdsharebuttonbox .bds_sqq{background-image: url("../images/qqico.png");background-position: 0 !important;}



/*分享链接*/
.fens{display: flex;padding: 5% 5%; position: relative;}
.fens .bdsharebuttonbox{position:absolute;overflow: hidden;top: -55%; left:0; display: none; }
.fens .a_share {cursor: pointer; width: 70px;background: url(../images/icon_share.png) no-repeat no-repeat 30px;; }
.fens .bdsharebuttonbox dd{float: left;}





.fens .bdshare-button-style0-16 a {
    float: left;
    font-size: 12px;
    padding-left: 17px;
    line-height: 16px;
    height: 25px !important;
    background-image: url(../img/share/icons_0_16.png?v=91362611.png);
    background-repeat: no-repeat;
    cursor: pointer;

    width: 8px!important;
}

.a_share{    cursor: pointer;
    background: url(../images/icon_share.png) no-repeat 0px;
    width: 50px;
    text-indent: 2em;}



.a_share .jiathis_style {
    position: absolute;
    top: -106%;
    width: 110px;
    display: none;
    background: #8c7d7d;
    padding: 13%;
    text-align: center;
    border-radius: 5px;
}
.a_share .jiathis_style a{float:left;}













/*校园动态*/
.XiaozhaoTitle{padding:0 17%;}
.XiaozhaoTitle a{font-weight: bold;}
.Xiaozhao .xiaozhao li{text-align: center; line-height: 52px;}
.Xiaozhao .xiaozhao li span{margin-left:6%;color: #000;}
.page div{text-align: center;font-size: 24px;margin: 4% 0; font-size: 14px;}
.page div a{display: inline-block;border: 1px #eee solid;padding: 10px 20px;}
.page div a{display: inline-block;border: 1px #eee solid;padding: 0px 10px;}
.page div a.a_cur{ background:#CC2C2C; color:#fff;}
.page div a:nth-last-child(2){display: none;}
.page div a:nth-last-child(3){display: none;}
.page div a:nth-last-child(4){display: none;}
.pagebg{background:#D2292E;color:#fff;}

@media screen and (min-width:1000px){

.Xiaozhao{font-size: 17px;} 
.XiaozhaoTitle{padding:0 0;margin-bottom: 25px;}
.XiaozhaoTitle a{font-weight:normal;}
.Xiaozhao .xiaozhao li:first-child{border-top: 1px #eee solid;}
.Xiaozhao .xiaozhao li{text-align:left; line-height: 52px;border-bottom: 1px #eee solid;background: url(../images/ico.png) no-repeat 6px 20px;text-indent: 1.5em;}	
.XiaozhaoTitle em {display: inline-block;width: 25px;height: 4px;background:#d1292e;    vertical-align: middle;margin-right: 1%;}
.page div{text-align: center;font-size: 14px;margin: 4% 0;}
.page div a{display: inline-block;border: 1px #eee solid;padding: 5px 18px;}
.page div a:nth-last-child(2){display:inline-block;}
.page div a:nth-last-child(3){display:inline-block;}
.page div a:nth-last-child(4){display:inline-block;}
}


/*学长话世联*/
.xuezhang .videoTitle{font-size: 18px;}
.xuezhang .xueList li{float: left;width: 48%;text-align: center;font-size: 14px; margin: 1%;}
.xuezhang .xueList li h4{margin: 0;}
.xuezhang .xueList li p{margin: 0;}
.xuezhang .xueList li img{border: 1px #eee solid;}
.xuezhang .xueList li .more{border: 1px #eee solid;padding:5px 10px;    border: 1px #eee solid;padding: 2px 10px; margin: 13px 0;display: inline-block;}

@media screen and (min-width:640px){
.xuezhang .xueList li{width: 30%;}
}

@media screen and (min-width:1100px){
.xuezhang .xueList li{width: 23%;}
.xuezhang .xueList li .more{border: 1px #eee solid;padding:5px 10px;    border: 1px #eee solid;padding: 2px 10px;margin: 13px 0;display: inline-block;}

}


/*培训发展*/

.dongtaiTitle{font-size: 14px;padding: 5px 0;  }
.dongtaiTitle em {display: inline-block;width: 25px;height: 3px;background:#d1292e;    vertical-align: middle;margin-right: 1%;}
.dongtaiTitleBg{color:#d23035;}

 
.cont a{background: url(../images/peiBg.png) no-repeat center;color: #fff; height: 40px;background-size: 100%;}
.peixun .con dd{border: 1px #eee solid;border-radius: 5px;margin: 6% 0;padding: 0 5%;}
.peixun .con dd h4{text-align: center;color: #d1292e;}
.peixun .con dl dd h4 em{background: url(../images/peiline.png) no-repeat center;color: #fff;height:4px;display:block;}
.ganyan h4{text-align: center;}
.ganyan ul li{text-align: center;}
.ganyanBox li{border: 1px #eee solid;margin: 5% 0;padding: 5% 0;}
.ganyanBox li p{margin: 0;}
.ganyanBox li span{display: block;text-align: center;}
.ganyanBox li span em{border: 1px #d1292e solid;padding:2px 6px;color:#d1292e;font-weight: bold; }
.yinxiang .swiper-container{display: block !important;}
.hezhao .swiper-slide{text-align: center!important;}
.hezhao .swiper-slide img{width: 74% !important;}
.yingText h4{margin: 0;}
.yingText span{margin: 0;}
.yingText p{margin: 0;}

.yinxiangCen dl:nth-child(2) .yingImg img{width: 20%;}
.yinxiangCen dl:nth-child(3) .yingImg img{width: 20%;}
.yinxiangCen dl:nth-child(4) .yingImg img{width: 20%;}
.yinxiangCen dl:nth-child(5) .yingImg img{width: 20%;}
.yinxiangCen dl:nth-child(6) .yingImg img{width: 20%;}
.yinxiangCen dl:nth-child(2) .yingText{width: 19%;}
.yinxiangCen dl:nth-child(3) .yingText{width: 19%;}
.yinxiangCen dl:nth-child(4) .yingText{width: 19%;}
.yinxiangCen dl:nth-child(5) .yingText{width: 19%;}
.yinxiangCen dl:nth-child(6) .yingText{width: 19%;}
.hezhao .swiper-button-prev{ background:url(../images/pev.png) no-repeat !important;left: 0px !important;}
.hezhao .swiper-button-next{background:url(../images/nex.png) no-repeat !important;right: 0px !important;}

.dongtaiTitle span b{display: inline-block; margin: 0 1%;font-weight: normal;color: #dad8d8;}
.rightes{top: -2000px;position: absolute; }
.leftes{top: 0px;position:static; }

@media screen and (min-width:1100px){
.yinxiangCen dl:nth-child(2) .yingImg img{width: 98%;}
.yinxiangCen dl:nth-child(3) .yingImg img{width: 98%;}
.yinxiangCen dl:nth-child(4) .yingImg img{width: 98%;}
.yinxiangCen dl:nth-child(5) .yingImg img{width: 98%;}
.yinxiangCen dl:nth-child(6) .yingImg img{width: 98%;}	
.dongtaiTitle{font-size: 18px}
.cont a{background: url(../images/peiBg.png) no-repeat center;color: #fff; color: #fff;height: 43px; background-size: 54%; line-height: 39px;}	
.peixun .con dl{overflow: hidden;}
.peixun .con dd{float: left;width: 22.33%;height: 172px; border-radius:0px;}
.peixun .con dd p{text-align: center;}   

.dongtaiTitle{padding: 5px 0; }
.dongtaiTitle span{position:absolute;right: 0;width: 30%;}
.ganyan h4{font-size: 18px;}
.ganyanBox{overflow: hidden;}
.ganyanBox li{border: 1px #eee solid;margin: 5% 0;padding: 5% 4%; float: left; width: 24.3%;height:75px;}
.ganyanBox li p{margin: 0;}
.ganyanBox li span{display: block;text-align: center;}
.ganyanBox li span em{border: 1px #d1292e solid;padding:2px 6px;color:#d1292e;font-weight: bold; }
}


/*文化印象*/
.yinxiangTitle{overflow:hidden;margin: 3% 0;}
.yinxiangTle{border-bottom: 1px #eee solid; padding-bottom:1%;margin-bottom: 5%;font-size: 18px;}
.yinxiangTle em{display: inline-block;width: 25px;height: 4px;background:#d1292e;    vertical-align: middle;margin-right: 1%; }
.yinxiangTitle li{width:33.33%;float: left;text-align: center;}
.conts{background:url(../images/jiantou.png) no-repeat center; color: #fff;background-size:100%;}
.yinxiang {overflow: hidden;}
.videoCen{overflow: hidden;}
.videoCen li{text-align: center;}
.videoCen li video{ width:300px; height:215px;}
.videoTitle em{display: inline-block;width: 25px;height: 4px;background:#d1292e;    vertical-align: middle;margin-right: 1%;}

@media screen and (min-width:1100px){
.yingText h4{margin: 0; font-size: 14px; font-weight: normal;}
.yingText span{padding:0;display: block;}
.yingText p{color: #636262;}
.videoCen{margin-top: 3%;}	    
.yinxiang{width:1200px}
.yinxiang .swiper-slide {/*border: 1px #eee solid;*/width: 1200px !important;}
.yinxiang .yinxiangTitle{float: left;width: 12%;} 
.yinxiang .swiper-slide .yingImg{float: left;width: 68%;} 
.yinxiang .swiper-slide .yingText{float: left;width: 19%;}
.yinxiang .yinxiangTitle li{width: 85%;} 
.yinxiang .yinxiangTitle li span{padding: 5% 0;display: block;width: 92%;}
.yinxiang .yinxiangTitle li:nth-child(1) span{border:1px #eee solid;}
.yinxiang .yinxiangTitle li:nth-child(2) span{border:1px #eee solid;border-top:none;}
.yinxiang .yinxiangTitle li:nth-child(3) span{border:1px #eee solid;border-top:none;}
.yinxiang .yinxiangTitle li:nth-child(4) span{border:1px #eee solid;border-top:none;}
.yinxiang .yinxiangTitle li:nth-child(5) span{border:1px #eee solid;border-top:none;}
.yinxiang .yinxiangTitle li:nth-child(6) span{border:1px #eee solid;border-top:none;}
.yinxiang .yinxiangCen{float: left;width: 70%;} 
.yinxiangTitle li{width:33.33%;float:none;text-align: center;}

.videoTitle{border-bottom: 1px #eee solid; padding:2% 0;font-size: 18px;}
.videoCen li{float: left; width: 33.33%;}
.videoCen li p{width: 80.33%;}
.videoCen li span{text-align: center;display: block;}

}

/*校园招聘*/
.xiaoyuanList{overflow: hidden;}
.xiaoyuanList li{float:left; background: url(../images/zp2.png) no-repeat;background-size: 100%;   padding: 0 2%;}
.xiaoyuanList li h4{color: #fff;text-align: center;}
.xiaoyuanList li h3{display: block;margin: 0px; margin-top: 30px;}
.xiaoyuanList li .didian{margin: 0px;margin-right:24px;}
.xiaoyuanList li p em{display: inline-block;width: 8px;height: 2px;background:#d1292e;    vertical-align: middle;margin-right: 1%;}
.xiaoyuanList li:hover{/*float:left; background: url(../images/zp1.png) no-repeat;height: 352px;background-size: 100%;     padding: 0 2%;*/}
.liucheng{overflow: hidden;height:60px;}
.liucheng {background: url(../images/lc.png) repeat-x center 26px;}
.liucheng li{float: left;width: 20%;height: 50px;height: 50px;}
.liucheng li:last-child{background: #fff;}
.liucheng li a {display: block;border-radius: 99px;background: #e0e0e0;height: 55px;width: 55px;text-align: center;line-height: 55px;}
.liuchengCen p{text-align: center;}

}
@media screen and (min-width:640px){
.xiaoyuanList li{width: 48%;margin: 1%; }

}

@media screen and (min-width:1100px){
.xiaoyuanList li{   width: 27%;  float: left;margin: 1%;}

.liuchengCen p{font-size: 16px;}
.liucheng{overflow: hidden;height:100px;}
.liucheng {background: url(../images/lc.png) repeat-x center center;}
.liucheng{margin-left:20%;width: 55%; }
.liucheng li{float: left;height: 100px;}
.liucheng li a {display: block;border-radius: 99px;background: #e0e0e0; height: 100px;width: 100px;text-align: center;line-height: 100px;font-size: 16px;}
.liucheng li a:hover{background:#8b8b8b;color: #fff;}	
}


/*社会招聘*/

.shehui .searchBox{text-align: center;}
.shehui .search{background: #f6f6f6;width: 100%; display: inline-block;padding:2% 2%;}
.shehui .search input{border: 1px #eee solid;      width: 54%;padding: 1.3% 0;padding-left: 10%;background:#fff url(../images/icon_search1.png) no-repeat 5px center;}
.shehui .search  button{margin: 0 2%;background:#d1292e; border: none; color: #fff; padding:4px 18px; border-radius: 5px;}  
.shehui .search a{color: #d1292e;text-decoration:underline;} 


.flowCen{overflow: hidden;height:60px;}
.flowCen {background: url(../images/lc.png) repeat-x center 26px;}
.flowCen li{float: left;width: 20%;height: 50px;height: 50px;position:relative;}
.flowCen li:last-child{background: #fff;}
.flowCen li a {display: block;border-radius: 99px;background: #e0e0e0;height: 55px;width: 55px;text-align: center;line-height: 55px;}
.flowBox p{text-align: center;}
.flowCen li em{display: none;}
.zpinTitle{text-align: center;font-size: 18px;}
@media screen and (min-width:1100px){

.shehui .search{background: #f6f6f6;width: 70%; display: inline-block;padding:2% 0;}
.shehui .search input{border: 1px #eee solid;  width: 66%;padding: 1.3% 4%;background:#fff url(../images/icon_search1.png) no-repeat 5px center;}
.shehui .search  button{margin: 0 2%;background:#d1292e; border: none; color: #fff; padding:10px 18px; border-radius: 5px;}  
.shehui .search a{color: #d1292e;text-decoration:underline;  } 

.flowBox p{font-size: 16px;}
.flowCen{overflow: hidden;height:100px;}
.flowCen {background: url(../images/lc.png) repeat-x center center;}
.flowCen{margin-left:20%;width: 55%; }
.flowCen li{float: left;height: 100px;}
.flowCen li:first-child em{display: none;}
.flowCen li em{position: absolute;top:44%;    left: -15px; display: block;}
.flowCen li a {display: block;border-radius: 99px;background: #e0e0e0; height: 100px;width: 100px;text-align: center;line-height: 100px;font-size: 16px;}
.flowCen li a:hover{background:#dc2e33;color: #fff;}	

}


.zhiaoTitle{border-bottom: 1px #eee solid;padding:5px 0; margin: 2% 0; cursor: pointer;}
.jia{display:inline-block; background:url(../images/jia.png) no-repeat right;height: 20px;width: 20px;}
.jian{display:inline-block; background:url(../images/jian.png) no-repeat right;height: 20px;width: 20px;}
.zhiaoTitle{overflow: hidden;}
.zhiaoTitle span{float: left;width: 22.33%;text-align:left;}
.zhiaoTitle em{float: left;width: 44.33%;text-align: center; }
.zhiaoTitle a{float: left;width: 29.33%;text-align: right;}
.zhaoCen dl{overflow: hidden;display: none;}
.zhaoCen dl dd{float:left;width:30%;margin: 1% 1%;}
.zhaobg{;background: #f6f6f6;}


@media screen and (min-width:1100px){
.zhiaoTitle span{float: left;width: 12.33%;text-align:left;}
.zhiaoTitle em{float: left;width: 33.33%;text-align: center; }
.zhiaoTitle a{float: left;width: 52.33%;text-align: right;}
.zhaoCen dl dd{float:left;width:18%;}
}


/*弹出层*/
.divUserBg{ display: none; position:fixed; top: 0; left: 0; width:100%; height: 100%; background-color: rgba(0,0,0,.72); z-index:100;}
.divUserBg .divUserBox{ background-color: #fff; margin-top: 10%; }
.divUserBg .divUserBox .divUserContent{ padding:5%; position: relative;}
.divUserBg .divUserBox .divUserContent .a_close{ position: absolute; top: 20px; right: 20px; width:35PX; height: 35px; background:url(../images/icon_close.png) no-repeat center center; z-index: 999; }
.divUserBg .divUserBox .divUserContent .divUserInfo{ position: relative; padding-left: 271px; }
.divUserBg .divUserBox .divUserContent .divUserInfo .divUserImg{ position: absolute; top:0; left: 0; height: 100%; }
.divUserBg .divUserBox .divUserContent .divUserInfo .divUserImg img{ width:271px; vertical-align: middle; }
.divUserBg .divUserBox .divUserContent .divUserInfo .divUserCont{ padding-left: 7%; }
.divUserBg .divUserBox .divUserContent .divUserInfo .divUserCont .span_name{ display: block; font-size: 2.167em; color: #212121; line-height: 1.2; padding-top: 20px;}
.divUserBg .divUserBox .divUserContent .divUserInfo .divUserCont .span_info{ display: block; font-size: 1.333em; color: #adadad;  padding-bottom: 20px;}
.divUserBg .divUserBox .divUserContent .divUserInfo .divUserCont .divInfo{ font-size: 1.167em; color: #212121; line-height: 30px; height: 160px; overflow-y: auto; padding-top:20px; }

.divTeamList .clear1{ display:block;}
.divTeamList .clear2{ display:none;}

@media screen and (max-width:767px){
	.divUserBg .divUserBox .divUserContent .divUserInfo{ padding-left: 0;}
	.divUserBg .divUserBox .divUserContent .divUserInfo .divUserImg{ position: static;}
	.divUserBg .divUserBox .divUserContent .divUserInfo .divUserCont{ padding: 20px 0 0 0;}
	.divUserBg .divUserBox .divUserContent .divUserInfo .divUserImg img{ max-height: 150px; width: auto;}
	.divUserBg .divUserBox{ margin-top: 0;}
}


/*弹出框*/

.popBox{position: fixed;top:0;left: 0;width: 100%;height: 100%;background-color:rgba(0, 0, 0, 0.5); z-index:999; }
.popCon{margin: 4% auto;padding: 20px;width: 63%;background-color: #fff;border-radius: 5px; border: 4px #d22f34 solid;}
.popCon .pop-as{ position:absolute; right:5px; top:5px;}
.popCon .button{ text-align:center;}
.popCon .button button{    border: 0px; background: #fff;}
.popCon .pop-as .pop-a{ padding:0px !important; margin:0px !important; border:0 !important;}
@media screen and (max-width:500px){
.popCon{ width:80%;height: 80vh; overflow: auto;}
	
}
.bd_weixin_popup .bd_weixin_popup_foot{ line-height:16px !important;}</pre></body></html>